Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
python-magic.16613
file-5.19-printf.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File file-5.19-printf.dif of Package python-magic.16613
--- src/apprentice.c | 6 ++++++ 1 file changed, 6 insertions(+) --- src/apprentice.c +++ src/apprentice.c 2017-09-13 10:30:42.203386956 +0000 @@ -2400,6 +2400,12 @@ check_format_type(const char *ptr, int t ptr++; if (*ptr == '#') ptr++; + if (*ptr == ' ') + ptr++; + if (*ptr == '+') + ptr++; + if (*ptr == '\'') + ptr++; #define CHECKLEN() do { \ for (len = cnt = 0; isdigit((unsigned char)*ptr); ptr++, cnt++) \ len = len * 10 + (*ptr - '0'); \
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