X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fwebcollage-helper.c;h=a661b3a41f278b0d78a84aa8ea2297a134ee6d39;hp=99fef88b679fa2280ed9c91979301e34b4ce3010;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=bbd0773f2adde4927a6196361d4061e70bf48cd9 diff --git a/hacks/webcollage-helper.c b/hacks/webcollage-helper.c index 99fef88b..a661b3a4 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, " %ldK\n", (st.st_size + 1023) / 1024); + fprintf (stderr, " %luK\n", (st.st_size + 1023) / 1024); } fclose (out);