Fixed checkpoint problem in 32 bits. We should always check for SIZEOF_GMX_OFF_T...
commitb993dc478fa1c7027f59c8b3f15d67a9c30258e5
authorErik Lindahl <lindahl@cbr.su.se>
Thu, 12 Aug 2010 09:53:24 +0000 (12 11:53 +0200)
committerErik Lindahl <lindahl@cbr.su.se>
Thu, 12 Aug 2010 09:53:24 +0000 (12 11:53 +0200)
tree7de1535bb35b6ac8927707ece15db0f0b65ca416
parenteb5510c861585300330f6bf3fa10b0d51b5dbb1c
Fixed checkpoint problem in 32 bits. We should always check for SIZEOF_GMX_OFF_T, since the implementation _might_ use long int instead of off_t on some hosts.
include/futil.h
src/gmxlib/checkpoint.c
src/gmxlib/gmxfio.c