X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fwebcollage-helper.c;h=7c88a932b8e9b34dabb31cd1b33915a9794269e4;hp=5713bdaffaf4a6b0358a44dab405b4e84c432a41;hb=c28aecf9fc41e3a03494bacf7279745425e2fa18;hpb=723c9eeee862766a1534b2ce17b78adbfac1c3be diff --git a/hacks/webcollage-helper.c b/hacks/webcollage-helper.c index 5713bdaf..7c88a932 100644 --- a/hacks/webcollage-helper.c +++ b/hacks/webcollage-helper.c @@ -279,7 +279,7 @@ write_pixbuf (GdkPixbuf *pb, const char *file) perror (buf); exit (1); } - fprintf (stderr, " %dK\n", (st.st_size + 1023) / 1024); + fprintf (stderr, " %ldK\n", (st.st_size + 1023) / 1024); } fclose (out);