]> git.pld-linux.org Git - packages/wlroots.git/blame - x32.patch
fix build on x32
[packages/wlroots.git] / x32.patch
CommitLineData
378d42d3
JP
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.135967 seconds and 4 git commands to generate.