summaryrefslogtreecommitdiff
path: root/user/bluez/time64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/bluez/time64.patch')
-rw-r--r--user/bluez/time64.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/bluez/time64.patch b/user/bluez/time64.patch
index d3fe2a04e..782255817 100644
--- a/user/bluez/time64.patch
+++ b/user/bluez/time64.patch
@@ -5,7 +5,7 @@
if (filter_mask & PACKET_FILTER_SHOW_TIME) {
- n = sprintf(ts_str + ts_pos, " %02d:%02d:%02d.%06lu",
-+ n = sprintf(ts_str + ts_pos, " %02d:%02d:%02"PRId64".%06"PRIu64,
++ n = sprintf(ts_str + ts_pos, " %02d:%02d:%02d.%06"PRIu64,
tm.tm_hour, tm.tm_min, tm.tm_sec, tv->tv_usec);
if (n > 0) {
ts_pos += n;