Mercurial > noffle
changeset 70:38c86048fe2e noffle
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
checked with assertions. Return value is time_t and must be checked
for (time_t)-1.
| author | enz | 
|---|---|
| date | Sat, 13 May 2000 10:25:56 +0100 | 
| parents | 21e778b6c3e9 | 
| children | 6aa3a8eff5a9 | 
| files | ChangeLog | 
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/ChangeLog Sat May 13 10:25:28 2000 +0100 +++ b/ChangeLog Sat May 13 10:25:56 2000 +0100 @@ -5,7 +5,10 @@ Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de> * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output. - + * src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and + checked with assertions. Return value is time_t and must be checked + for (time_t)-1. + Sat May 13 06:20:01 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
