tabe Fri Feb 13 16:03:02 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/gd/libgd gdparttopng.c gdtopng.c
Log:
MFH: fixed typos
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdparttopng.c?r1=1.2&r2=1.2.22.1&diff_format=u
Index: php-src/ext/gd/libgd/gdparttopng.c
diff -u php-src/ext/gd/libgd/gdparttopng.c:1.2
php-src/ext/gd/libgd/gdparttopng.c:1.2.22.1
--- php-src/ext/gd/libgd/gdparttopng.c:1.2 Tue Oct 29 23:08:01 2002
+++ php-src/ext/gd/libgd/gdparttopng.c Fri Feb 13 16:03:02 2009
@@ -37,7 +37,7 @@
fclose (in);
if (!im)
{
- fprintf (stderr, "Input is not in PNG format!\n");
+ fprintf (stderr, "Input is not in GD2 format!\n");
exit (1);
}
out = fopen (argv[2], "wb");
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdtopng.c?r1=1.1&r2=1.1.24.1&diff_format=u
Index: php-src/ext/gd/libgd/gdtopng.c
diff -u php-src/ext/gd/libgd/gdtopng.c:1.1
php-src/ext/gd/libgd/gdtopng.c:1.1.24.1
--- php-src/ext/gd/libgd/gdtopng.c:1.1 Sat Apr 13 02:03:09 2002
+++ php-src/ext/gd/libgd/gdtopng.c Fri Feb 13 16:03:02 2009
@@ -26,7 +26,7 @@
fclose (in);
if (!im)
{
- fprintf (stderr, "Input is not in PNG format!\n");
+ fprintf (stderr, "Input is not in GD format!\n");
exit (1);
}
out = fopen (argv[2], "wb");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php