cvs: gd /libgd gd_jpeg.c wbmp.c
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1144269975@cvsserver> |
pajoye Wed Apr 5 20:46:15 2006 UTC
Modified files:
/gd/libgd gd_jpeg.c wbmp.c
Log:
- URLs
http://cvs.php.net/viewcvs.cgi/gd/libgd/gd_jpeg.c?r1=1.18&r2=1.19&diff_format=u
Index: gd/libgd/gd_jpeg.c
diff -u gd/libgd/gd_jpeg.c:1.18 gd/libgd/gd_jpeg.c:1.19
--- gd/libgd/gd_jpeg.c:1.18 Wed Apr 5 15:54:20 2006
+++ gd/libgd/gd_jpeg.c Wed Apr 5 20:46:15 2006
@@ -1,6 +1,6 @@
/*
* gd_jpeg.c: Read and write JPEG (JFIF) format image files using the
- * gd graphics library (http://www.boutell.com/gd/).
+ * gd graphics library (http://www.libgd.org).
*
* This software is based in part on the work of the Independent JPEG
* Group. For more information on the IJG JPEG software (and JPEG
http://cvs.php.net/viewcvs.cgi/gd/libgd/wbmp.c?r1=1.7&r2=1.8&diff_format=u
Index: gd/libgd/wbmp.c
diff -u gd/libgd/wbmp.c:1.7 gd/libgd/wbmp.c:1.8
--- gd/libgd/wbmp.c:1.7 Wed Apr 5 15:54:21 2006
+++ gd/libgd/wbmp.c Wed Apr 5 20:46:15 2006
@@ -242,7 +242,7 @@
**
** Why not just giving a filedescriptor to this function?
** Well, the incentive to write this function was the complete
- ** integration in gd library from www.boutell.com. They use
+ ** integration in gd library from www.libgd.org. They use
** their own io functions, so the passing of a function seemed to be
** a logic(?) decision ...
**