Fix unitlized memory read in checkpoint
authorRoland Schulz <roland@utk.edu>
Tue, 27 Jan 2015 07:04:39 +0000 (02:04 -0500)
committerRoland Schulz <roland@utk.edu>
Tue, 27 Jan 2015 07:11:40 +0000 (02:11 -0500)
commit6d6086267cf59f9a1f853a51e46c0fd56f94eb7c
tree8a017baf8330a50e5a526ecd2d571d49aeaf6b3b
parentccc369c4e91bcec75a315dba7fcf818b1f3e761f
Fix unitlized memory read in checkpoint

Older versions didn't prefix the version string
with VERSION and thus the scanf isn't returning
two fields for those.

Change-Id: I0c8734bd18a62ca5fd6841f2c57fa5a9698bc88c
src/gromacs/gmxlib/checkpoint.cpp