mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed typo
SVN revision: 911
This commit is contained in:
parent
a0e83dc57f
commit
3e945c5de5
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.350 2004/06/18 19:26:33 midas
|
||||||
|
Fixed typo
|
||||||
|
|
||||||
Revision 1.349 2004/06/18 19:19:44 midas
|
Revision 1.349 2004/06/18 19:19:44 midas
|
||||||
Fixed typo
|
Fixed typo
|
||||||
|
|
||||||
@ -5791,7 +5794,7 @@ int build_subst_list(LOGBOOK * lbs, char list[][NAME_LENGTH], char value[][NAME_
|
|||||||
|
|
||||||
t = (time_t)atoi(attrib[i]);
|
t = (time_t)atoi(attrib[i]);
|
||||||
ts = localtime(&t);
|
ts = localtime(&t);
|
||||||
if (!getcfg(lbs->name, "Time format", format))
|
if (!getcfg(lbs->name, "Date format", format))
|
||||||
strcpy(format, DEFAULT_DATE_FORMAT);
|
strcpy(format, DEFAULT_DATE_FORMAT);
|
||||||
|
|
||||||
strftime(value[i], NAME_LENGTH, format, ts);
|
strftime(value[i], NAME_LENGTH, format, ts);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user