aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sgraph.c b/Sgraph.c
index 6a17302..27ff33c 100644
--- a/Sgraph.c
+++ b/Sgraph.c
@@ -176,8 +176,8 @@ Resize(Widget w)
sw->sgraph.size = w->core.width;
warnx("win: %dx%d", w->core.width, w->core.height);
- warnx("size: %d", sw->sgraph.size);
- warnx("samples: %d", sw->sgraph.samples);
+ warnx("size: %zu", sw->sgraph.size);
+ warnx("samples: %zu", sw->sgraph.samples);
if (sw->sgraph.bg != None)
XFreePixmap(XtDisplay(sw), sw->sgraph.bg);