cvs: gd /libgd/tests/gif bug00005.c
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1169680004@cvsserver> |
pajoye Wed Jan 24 23:06:44 2007 UTC
Modified files:
/gd/libgd/tests/gif bug00005.c
Log:
- remove version checks
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gif/bug00005.c?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/tests/gif/bug00005.c
diff -u gd/libgd/tests/gif/bug00005.c:1.1 gd/libgd/tests/gif/bug00005.c:1.2
--- gd/libgd/tests/gif/bug00005.c:1.1 Tue Jan 23 23:57:54 2007
+++ gd/libgd/tests/gif/bug00005.c Wed Jan 24 23:06:44 2007
@@ -13,16 +13,6 @@
int i = 0;
int error = 0;
- printf("rv: %i\n", GD_RELEASE_VERSION);
-
- if (GD_MAJOR_VERSION == 2 && GD_MINOR_VERSION == 0 && GD_RELEASE_VERSION < 34) {
- /* Infite loop in early version. It is not possible to set a timeout
- * on a case by case basis, let for a segfault. */
- gdTestErrorMsg("Infite loop in versions < 2.0.34, as it is not possible to set a timeout on a case by case basis, we force a segfault.\n");
-// gdImageDestroy(NULL);
-// return 1;
- }
-
for (i=0; i < files_cnt; i++) {
fp = fopen(giffiles[i], "rb");
if (!fp) {