*** empty log message ***

SVN revision: 856
This commit is contained in:
Stefan Ritt 2004-03-25 20:33:47 +00:00
parent 9e1ea300b3
commit 7585eabf05

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.314 2004/03/25 20:33:47 midas
*** empty log message ***
Revision 1.313 2004/03/25 19:47:48 midas Revision 1.313 2004/03/25 19:47:48 midas
Fixed problem with attributes containing spaces Fixed problem with attributes containing spaces
@ -18131,8 +18134,6 @@ int main(int argc, char *argv[])
time_t now; time_t now;
struct tm *tms; struct tm *tms;
chdir("c:\\program files\\elog\\");
printf("elogd %s built %s, %s\n", VERSION, __DATE__, __TIME__); printf("elogd %s built %s, %s\n", VERSION, __DATE__, __TIME__);
#ifdef OS_UNIX #ifdef OS_UNIX