X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fwebcollage-helper.c;h=196b4319b7056150b099ce1230369bc95ec26bea;hp=7c686db94c08d0e65f53a193195b1a7d763cb8db;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/webcollage-helper.c b/hacks/webcollage-helper.c index 7c686db9..196b4319 100644 --- a/hacks/webcollage-helper.c +++ b/hacks/webcollage-helper.c @@ -384,7 +384,7 @@ write_pixbuf (GdkPixbuf *pb, const char *file) perror (buf); exit (1); } - fprintf (stderr, " %luK\n", (st.st_size + 1023) / 1024); + fprintf (stderr, " %luK\n", ((unsigned long) st.st_size + 1023) / 1024); } fclose (out);