Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
python-magic.5952
file-5.19-printf.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File file-5.19-printf.dif of Package python-magic.5952
--- src/apprentice.c +++ src/apprentice.c 2014-06-24 16:33:48.770235732 +0000 @@ -2173,8 +2173,16 @@ check_format_type(const char *ptr, int t } } else h = 0; + if (*ptr == '#') + ptr++; + if (*ptr == ' ') + ptr++; if (*ptr == '-') ptr++; + if (*ptr == '+') + ptr++; + if (*ptr == '\'') + ptr++; if (*ptr == '.') ptr++; while (isdigit((unsigned char)*ptr)) ptr++;
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