Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:hfiguiere
ufraw
ufraw-glibc210.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ufraw-glibc210.patch of Package ufraw
diff --git a/dcraw.cc b/dcraw.cc index de03771..709b814 100644 --- a/dcraw.cc +++ b/dcraw.cc @@ -10605,7 +10605,7 @@ thumbnail: strcpy (ofname,_("standard output")); else { strcpy (ofname, ifname); - if ((cp = strrchr (ofname, '.'))) *cp = 0; + if ((cp = (char*)strrchr (ofname, '.'))) *cp = 0; if (multi_out) sprintf (ofname+strlen(ofname), "_%0*d", snprintf(0,0,"%d",is_raw-1), shot_select);
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