Fixed yet another bug with logbook_dir

SVN revision: 339
This commit is contained in:
Stefan Ritt 2003-01-13 19:18:34 +00:00
parent c1f3265673
commit fc2f3601aa

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 2.134 2003/01/13 19:18:34 midas
Fixed yet another bug with logbook_dir
Revision 2.133 2003/01/13 19:04:03 midas Revision 2.133 2003/01/13 19:04:03 midas
Changed 'Mail' to 'EMail' Changed 'Mail' to 'EMail'
@ -12504,6 +12507,7 @@ usage:
break; break;
logbook_dir[i] = 0; logbook_dir[i] = 0;
} }
strlcat(logbook_dir, "logbooks", sizeof(logbook_dir));
} }
/* set default logbook dir if not given */ /* set default logbook dir if not given */