Fix build failure on MacOS by initialising a variable which was
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 18 Feb 2010 18:12:12 +0000 (18:12 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 18 Feb 2010 18:12:12 +0000 (18:12 +0000)
commitcf5cf301e47c87501d7b2ee311d2988a20afb2c5
treee110adaa48d7a9db793b41c917f132269274cb03
parent33c2bb478160c41134affb3c7eb513ea4e3d7206
Fix build failure on MacOS by initialising a variable which was
reported as potentially-unused. (In fact, as far as I can tell, it's
only ever uninitialised in assertion-failing code paths, so not a
real bug.)

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8873 cda61777-01e9-0310-a592-d414129be87e
signpost.c