Changeset 34410 in vbox
- Timestamp:
- Nov 26, 2010 4:57:12 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/common/vfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r34407 r34410 39 39 #include <iprt/path.h> 40 40 #include <iprt/semaphore.h> 41 #include <iprt/thread.h> 41 42 42 43 #include "internal/file.h" -
trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp
r34407 r34410 659 659 offNew = RTFOFF_MAX; 660 660 } 661 else if ((uint64_t)-offSeek < off New)661 else if ((uint64_t)-offSeek < offWrt) 662 662 offNew = offWrt + offSeek; 663 663 else
Note:
See TracChangeset
for help on using the changeset viewer.