Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
pcsc-reflex60
slb_rf60-drv-2.2.0-fmt.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File slb_rf60-drv-2.2.0-fmt.diff of Package pcsc-reflex60
--- ifdhandler.c +++ ifdhandler.c @@ -425,7 +425,7 @@ /* Print Transmit Error Messaging */ #ifdef PCSC_DEBUG - printf("[%04x] -> ", lc ); + printf("[%04x] -> ", (int)lc ); for ( i=0; i < lc; i++ ) { printf("%02x ", CommandData[i]); @@ -483,7 +483,7 @@ /* Print Receive Error Messaging */ #ifdef PCSC_DEBUG - printf("[%04x] <- ", *ResponseSize ); + printf("[%04x] <- ", (int)*ResponseSize ); for ( i=0; i < lr; i++ ) { printf("%02x ", ResponseData[i]);
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