Fixed typo

This commit is contained in:
2019-11-27 13:49:09 +01:00
parent 04dbd76616
commit 24f03be308
+1 -1
View File
@@ -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) {