Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
zziplib.35221
bsc1154002-prevent-unnecessary-perror.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bsc1154002-prevent-unnecessary-perror.patch of Package zziplib.35221
Index: zziplib-0.13.67/bins/unzip-mem.c =================================================================== --- zziplib-0.13.67.orig/bins/unzip-mem.c +++ zziplib-0.13.67/bins/unzip-mem.c @@ -97,7 +97,7 @@ static void zzip_mem_entry_make(ZZIP_MEM ZZIP_MEM_ENTRY* entry) { FILE* file = fopen (entry->zz_name, "w"); - if (file) { zzip_mem_entry_pipe (disk, entry, file); fclose (file); } + if (file) { zzip_mem_entry_pipe (disk, entry, file); fclose (file); return; } perror (entry->zz_name); if (status < EXIT_WARNINGS) status = EXIT_WARNINGS; }
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