mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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, "-");
|
||||
else
|
||||
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) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user