compilation fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26616 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-09-29 10:13:28 +00:00
parent 56a60dce0a
commit 1c76b4b11d

View File

@ -512,7 +512,7 @@ unsigned long FileName::checksum() const
boost::crc_32_type crc;
crc.process_block(beg, end);
unsigned long result = crc.checksum();
result = crc.checksum();
munmap(mm, info.st_size);
close(fd);