Changeset 42414 in vbox for trunk/src/bldprogs/filesplitter.cpp
- Timestamp:
- Jul 26, 2012 3:06:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/filesplitter.cpp
r41630 r42414 210 210 { 211 211 struct stat FileStat; 212 FILE *pFile;213 212 if (stat(pcszFilename, &FileStat)) 214 213 return false;
Note:
See TracChangeset
for help on using the changeset viewer.