- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/trpage_writebuf.cpp
r9124 r13041 356 356 lengthSoFar = ftell(fp); 357 357 valid = true; 358 } 358 } 359 359 } 360 360 … … 447 447 if (!isValid()) 448 448 return 0; 449 449 450 450 // Note: This means an appendable file is capped at 2GB 451 451 long pos = ftell(fp);
