We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2837df + c34f65a commit d65e917Copy full SHA for d65e917
1 file changed
ttyplot.c
@@ -826,7 +826,7 @@ int main(int argc, char *argv[]) {
826
}
827
828
// To make UI testing more robust, we display a clock that is frozen at
829
- // "Thu Jan 1 00:00:03 1970" when variable FAKETIME is set
+ // "Thu Jan 1 00:00:00 1970" when variable FAKETIME is set
830
fake_clock = (getenv("FAKETIME") != NULL);
831
832
setlocale(LC_ALL, "");
0 commit comments