Changeset 411 for trunk/orca

Show
Ignore:
Timestamp:
06/13/07 21:40:09 (18 months ago)
Author:
krobillard
Message:

Orca - Win32 dir read returns files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/win32/os.c

    r384 r411  
    204204                continue; 
    205205 
    206             orAppendString( blk, orMakeCString(fileinfo.name, -1) ); 
     206            orAppendFile( blk, orMakeCString(fileinfo.name, -1) ); 
    207207        } 
    208208        while( _findnext( handle, &fileinfo ) != -1 );