Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.
authorGreg Clayton <gclayton@apple.com>
Tue, 30 Oct 2012 17:04:45 +0000 (17:04 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 30 Oct 2012 17:04:45 +0000 (17:04 +0000)
commit21a78c9ac20b5f186bf67cac7232df93ef56f04f
treeef00df72c52642325281edcd255ed563dcd97dc2
parent9cb25c412a5c0e191bacf9bb3786d34314ff9db7
Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR.

llvm-svn: 167025
lldb/source/Host/common/File.cpp