mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed typo
This commit is contained in:
parent
04dbd76616
commit
24f03be308
@ -21624,7 +21624,7 @@ void show_elog_list(LOGBOOK *lbs, int past_n, int last_n, int page_n, BOOL defau
|
|||||||
strcpy(str, "-");
|
strcpy(str, "-");
|
||||||
else
|
else
|
||||||
my_strftime(str, sizeof(str), format, ptms);
|
my_strftime(str, sizeof(str), format, ptms);
|
||||||
sprintf(str + strlen(str), " [%ld]", (long)time);
|
sprintf(str + strlen(str), " [%ld]", (long)ltime);
|
||||||
|
|
||||||
} else if (attr_flags[i] & AF_DATETIME) {
|
} else if (attr_flags[i] & AF_DATETIME) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user