Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:1-MinimalX
libapr1
string-compare.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File string-compare.diff of Package libapr1
Index: strings/apr_snprintf.c =================================================================== --- strings/apr_snprintf.c.orig 2008-05-27 06:49:54.000000000 +0200 +++ strings/apr_snprintf.c 2008-06-15 15:09:15.465863000 +0200 @@ -1291,7 +1291,7 @@ APR_DECLARE(int) apr_vformatter(int (*fl break; } - if (prefix_char != NUL && s != S_NULL && s != char_buf) { + if (prefix_char != NUL && strcmp(s, S_NULL) && s != char_buf) { *--s = prefix_char; s_len++; }
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