Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
unzip
unzip-dont_call_isprint.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unzip-dont_call_isprint.patch of Package unzip
Author: Suren A. Chilingaryan <csa@dside.dyndns.org> Index: extract.c =================================================================== --- extract.c.orig 2009-03-14 04:32:52.000000000 +0300 +++ extract.c 2010-07-07 17:29:52.000000000 +0400 @@ -2596,7 +2596,7 @@ char *fnfilter(raw, space, size) /* co */ # define UZ_FNFILTER_REPLACECHAR '?' # endif - if (!isprint(*r)) { + if (*r < 32) { //(!isprint(*r)) { if (*r < 32) { /* ASCII control codes are escaped as "^{letter}". */ if (se != NULL && (s > (space + (size-4)))) {
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