$OpenBSD: patch-src_dunst_c,v 1.5 2021/12/12 20:32:28 op Exp $

Index: src/dunst.c
--- src/dunst.c.orig
+++ src/dunst.c
@@ -95,7 +95,7 @@ static gboolean run(void *data)
                 gint64 sleep = queues_get_next_datachange(now);
                 gint64 timeout_at = now + sleep;
 
-                LOG_D("Sleeping for %li ms", sleep/1000);
+                LOG_D("Sleeping for %lli ms", (long long)sleep/1000);
 
                 if (sleep >= 0) {
                         if (next_timeout < now || timeout_at < next_timeout) {
