r9574 jmb - /trunk/libnspng/test/pngread.c

netsurf at semichrome.net netsurf at semichrome.net
Tue Sep 15 18:34:14 BST 2009


Author: jmb
Date: Tue Sep 15 12:34:14 2009
New Revision: 9574

URL: http://source.netsurf-browser.org?rev=9574&view=rev
Log:
Squash warnings

Modified:
    trunk/libnspng/test/pngread.c

Modified: trunk/libnspng/test/pngread.c
URL: http://source.netsurf-browser.org/trunk/libnspng/test/pngread.c?rev=9574&r1=9573&r2=9574&view=diff
==============================================================================
--- trunk/libnspng/test/pngread.c (original)
+++ trunk/libnspng/test/pngread.c Tue Sep 15 12:34:14 2009
@@ -135,7 +135,7 @@
 		fclose(fp);
 	}
 
-	printf("Mean: %lu -> %lu = %.2f%%\n", full, comp, 
+	printf("Mean: %u -> %u = %.2f%%\n", (uint32_t) full, (uint32_t) comp, 
 		(float) comp * 100 / (float) full);
 
 	//printf("PASS\n");




More information about the netsurf-commits mailing list