"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "tests/tga/bug00248.c" between
libgd-2.3.2.tar.gz and libgd-2.3.3.tar.gz

About: LibGD is a library for the dynamic creation of images by programmers (PNG, JPEG, GIF, WebP, XPM, BMP support).

bug00248.c  (libgd-2.3.2):bug00248.c  (libgd-2.3.3)
#include <stdio.h> #include <stdio.h>
#include "gd.h" #include "gd.h"
#include "gdtest.h" #include "gdtest.h"
int main(int argc, char **argv) int main()
{ {
gdImagePtr im; gdImagePtr im;
FILE *fp = gdTestFileOpen("tga/bug00248.tga"); FILE *fp = gdTestFileOpen("tga/bug00248.tga");
im = gdImageCreateFromTga(fp); im = gdImageCreateFromTga(fp);
gdTestAssert(im == NULL); gdTestAssert(im == NULL);
fclose(fp); fclose(fp);
return gdNumFailures(); return gdNumFailures();
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)