cvs: gd(GD_2_0) /libgd/src gd.h
[email protected] ("Takeshi Abe") Tue, 17 Mar 2009 12:13:11 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvstabe1237291991@cvsserver> |
tabe Tue Mar 17 12:13:11 2009 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd/src gd.h
Log:
MFH: fixed a typo
http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.h?r1=1.34.2.8&r2=1.34.2.9&diff_format=u
Index: gd/libgd/src/gd.h
diff -u gd/libgd/src/gd.h:1.34.2.8 gd/libgd/src/gd.h:1.34.2.9
--- gd/libgd/src/gd.h:1.34.2.8 Sun Nov 18 20:16:00 2007
+++ gd/libgd/src/gd.h Tue Mar 17 12:13:11 2009
@@ -761,7 +761,7 @@
BGD_DECLARE(gdIOCtx *) gdNewDynamicCtx (int size, void *data);
/* 2.0.21: if freeFlag is nonzero, gd will free and/or reallocate "data" as
needed as described above. If freeFlag is zero, gd will never free
- or reallocate "data," which means that the context should only be used
+ or reallocate "data", which means that the context should only be used
for *reading* an image from a memory buffer, or writing an image to a
memory buffer which is already large enough. If the memory buffer is
not large enough and an image write is attempted, the write operation