Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.1:Update
pfstools
pfstools-stringcompare.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pfstools-stringcompare.patch of Package pfstools
--- src/pfsglview/picture_io.cpp +++ src/pfsglview/picture_io.cpp @@ -87,7 +87,7 @@ return; // only XYZ channels are taken into consideration - if( channel != "XYZ" && channel != "X00" && channel != "0Y0" && channel != "00Z" ) { + if( strcmp(channel,"XYZ") && strcmp(channel,"X00") && strcmp(channel,"0Y0") && strcmp(channel,"00Z") ) { if(verbose) fprintf( stderr, "WARNING: wrong channel (PictureIO::setFrame())\n"); return;
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