Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:belphegor_belbel:KDE3
kdelibs3
kdelibs3-svg-floatingpoint.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdelibs3-svg-floatingpoint.patch of Package kdelibs3
diff -Naru kdelibs-3.5.10_orig/kdecore/svgicons/ksvgiconpainter.cpp kdelibs-3.5.10/kdecore/svgicons/ksvgiconpainter.cpp --- kdelibs-3.5.10_orig/kdecore/svgicons/ksvgiconpainter.cpp 2007-10-08 09:51:52.000000000 +0000 +++ kdelibs-3.5.10/kdecore/svgicons/ksvgiconpainter.cpp 2018-04-20 06:01:58.262962788 +0000 @@ -2208,7 +2208,7 @@ break; } - if(*ptr == '+' || *ptr == '-' || (*ptr >= '0' && *ptr <= '9')) + if(*ptr == '+' || *ptr == '-' || (*ptr >= '0' && *ptr <= '9') || (*ptr == '.')) { // there are still coords in this command if(command == 'M')
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