mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed yet another bug with logbook_dir
SVN revision: 339
This commit is contained in:
parent
c1f3265673
commit
fc2f3601aa
4
elogd.c
4
elogd.c
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user