- Timestamp:
- Aug 9, 2003, 8:05:24 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/iplog/iplog.cpp
r10226 r10227 115 115 } 116 116 117 if(ftell(logfile) > 250*1024 ) {117 if(ftell(logfile) > 250*1024*1024) { 118 118 fclose(logfile); 119 119 logfile = fopen("odin32.log", "wb");
Note:
See TracChangeset
for help on using the changeset viewer.