Fix printing of date with rating
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 11 Sep 2012 14:08:51 +0000 (16:08 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 11 Sep 2012 14:08:51 +0000 (16:08 +0200)
commit696676da82327e74a1e2addf74702c5a309ce8b7
tree42507916e6b4257b8dd06f79d5ae825257fbbca3
parentdca71370d0546bf23a7984368bc5e2bfc209452b
Fix printing of date with rating

The old code was not safe: it passed a (time_t*) pointing to an (in),
which included garbage if time_t was of larger size. This again made
localtime return a null-pointer, which would crash strftime.
lasker-2.2.3/src/comproc.c