Changeset 412
- Timestamp:
- 06/13/07 23:01:26 (18 months ago)
- Files:
-
- 1 modified
-
trunk/orca/files.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/files.c
r145 r412 116 116 status = orIsDir( str->charArray + a1->series.it ); 117 117 if( status < 0 ) 118 status = 0; 118 { 119 orErrorT( OR_ERROR_ACCESS, "cannot query \"%s\"", 120 str->charArray + a1->series.it ); 121 return; 122 } 119 123 orResult( OT_LOGIC, status ); 120 124 }
