[Lldb-commits] [lldb] r167012 - /lldb/branches/windows/source/Host/common/File.cpp

Op 31-10-2012 19:24, Filipe Cabecinhas schreef:

If you're using SeekFromStart, why did you keep the lseek call?

The original code does move the file position at all. It uses lseek to get the current position, set the position, read, then restore it to the original position, which it looked like the posix part did too.

Oh, forget it. I didn’t see that you were keeping the value and returning to that position.

Carry on :slight_smile:

Filipe