Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:local
home:lafenghu
scotty
strcmp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File strcmp.patch of Package scotty
--- tkined/generic/tkined.h +++ tkined/generic/tkined.h @@ -385,7 +385,7 @@ * operation is only done when a and b are not the same string. */ -#define STRCOPY(A,B) if (A != B) { ckfree (A); A = ckstrdup(B); } +#define STRCOPY(A,B) if (strcmp(A,B) != 0) { ckfree (A); A = ckstrdup(B); } /* * Here comes some portability stuff. There is no strdup in the
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