cvs: gd /libgd/examples crop.c
[email protected] ("Pierre-Alain Joye") Mon, 28 Jan 2008 14:11:43 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1201529503@cvsserver> |
pajoye Mon Jan 28 14:11:43 2008 UTC
Modified files:
/gd/libgd/examples crop.c
Log:
- wrong comment, copy/paste evilness
http://cvs.php.net/viewvc.cgi/gd/libgd/examples/crop.c?r1=1.2&r2=1.3&diff_format=u
Index: gd/libgd/examples/crop.c
diff -u gd/libgd/examples/crop.c:1.2 gd/libgd/examples/crop.c:1.3
--- gd/libgd/examples/crop.c:1.2 Fri Dec 28 16:54:24 2007
+++ gd/libgd/examples/crop.c Mon Jan 28 14:11:43 2008
@@ -1,9 +1,4 @@
-/* $Id: crop.c,v 1.2 2007/12/28 16:54:24 pajoye Exp $ */
-/*
- * You can fetch a set of samples TIFF images here:
- * ftp://ftp.remotesensing.org/pub/libtiff/
- * (pics-x.y.z.tar.gz)
- */
+/* $Id: crop.c,v 1.3 2008/01/28 14:11:43 pajoye Exp $ */
#include "gd.h"
#include <stdio.h>