Changeset 411 for trunk/orca
- Timestamp:
- 06/13/07 21:40:09 (18 months ago)
- Files:
-
- 1 modified
-
trunk/orca/win32/os.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/win32/os.c
r384 r411 204 204 continue; 205 205 206 orAppend String( blk, orMakeCString(fileinfo.name, -1) );206 orAppendFile( blk, orMakeCString(fileinfo.name, -1) ); 207 207 } 208 208 while( _findnext( handle, &fileinfo ) != -1 );
