Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Python2:s390x
home:Alexander_Naumov:SLE12
fontforge
fontforge-fixgiflib.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fontforge-fixgiflib.patch of Package fontforge
Index: fontforge-20120731-b/gutils/gimagereadgif.c =================================================================== --- fontforge-20120731-b.orig/gutils/gimagereadgif.c +++ fontforge-20120731-b/gutils/gimagereadgif.c @@ -132,7 +132,7 @@ GImage *GImageReadGif(char *filename) { if ( !loadgif()) return( NULL ); - if ((gif = _DGifOpenFileName(filename)) == NULL) { + if ((gif = _DGifOpenFileName(filename, NULL)) == NULL) { fprintf( stderr, "can't open %s\n", filename); return( NULL ); } @@ -220,7 +220,7 @@ GImage *GImageReadGif(char *filename) { GifFileType *gif; int i; - if ((gif = DGifOpenFileName(filename)) == NULL) { + if ((gif = DGifOpenFileName(filename, NULL)) == NULL) { fprintf( stderr, "can't open %s\n", filename); return( NULL ); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor