]> git.pld-linux.org Git - packages/wlroots.git/blob - x32.patch
35ac873bc856bbaa8ff225c053b152ee4489bf92
[packages/wlroots.git] / x32.patch
1 --- wlroots-0.12.0/util/log.c.orig      2020-11-08 15:01:44.000000000 +0100
2 +++ wlroots-0.12.0/util/log.c   2021-02-03 10:32:04.394433021 +0100
3 @@ -47,7 +47,7 @@
4         clock_gettime(CLOCK_MONOTONIC, &ts);
5         timespec_sub(&ts, &ts, &start_time);
6  
7 -       fprintf(stderr, "%02d:%02d:%02d.%03ld ", (int)(ts.tv_sec / 60 / 60),
8 +       fprintf(stderr, "%02d:%02d:%02d.%03lld ", (int)(ts.tv_sec / 60 / 60),
9                 (int)(ts.tv_sec / 60 % 60), (int)(ts.tv_sec % 60),
10                 ts.tv_nsec / 1000000);
11  
This page took 0.040663 seconds and 2 git commands to generate.