Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:SLECandidates
frink
frink.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File frink.patch of Package frink
--- config.c +++ config.c @@ -170,7 +170,7 @@ Token *vp, *vp2; ParamData *ppt; SeqnData *sd; - void *dp; + void *dp = NULL; extern void dumpToken(Token *, FILE *); ppt = newpdata(); @@ -209,7 +209,7 @@ default: if (strncmp(vp->text, "0x", 2) == 0) { - sscanf(vp->text, "%x", (unsigned int *) &dp); + sscanf(vp->text, "%x", (unsigned int *) dp); } else { --- configure.ac +++ configure.ac @@ -6,7 +6,7 @@ # Checks for programs. AC_PROG_CC -CFLAGS="-g" +AM_CFLAGS="-g" AC_PROG_INSTALL AC_PROG_AWK
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