Branch: refs/heads/master
Home: https://github.com/moses-smt/mosesdecoder
Commit: 506cb8e9d17a2e0830e82923a43ff23d93053f97
https://github.com/moses-smt/mosesdecoder/commit/506cb8e9d17a2e0830e82923a43ff23d93053f97
Author: Hieu Hoang <hi...@ho...>
Date: 2013-01-07 (Mon, 07 Jan 2013)
Changed paths:
M util/file.cc
Log Message:
-----------
change lseek64() to lseek() and off64_t to off_t. Cygwin doesn't have those functions/types. They should be 64-bit if _FILE_OFFSET_BITS == 64 is set
|