Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Andreas_Schwab:Factory
netpbm
signed-char.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File signed-char.patch of Package netpbm
Index: netpbm-10.96.4/converter/other/pnmtopalm/palmtopnm.c =================================================================== --- netpbm-10.96.4.orig/converter/other/pnmtopalm/palmtopnm.c +++ netpbm-10.96.4/converter/other/pnmtopalm/palmtopnm.c @@ -873,7 +873,7 @@ readPackBitsRow(FILE * const if pm_readcharu(ifP, &incountByte); if (incountByte & 0x80) { /* How do we handle incount == -128 ? */ - int const signedIncount = (char)incountByte; + int const signedIncount = (signed char)incountByte; unsigned int const runlength = -signedIncount + 1; unsigned char inval; pm_readcharu(ifP, &inval);
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