Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
hdf
hdf-return-value.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hdf-return-value.patch of Package hdf
Index: hdf-4.2.9/mfhdf/hdfimport/gen_sds_floats.c =================================================================== --- hdf-4.2.9.orig/mfhdf/hdfimport/gen_sds_floats.c +++ hdf-4.2.9/mfhdf/hdfimport/gen_sds_floats.c @@ -109,4 +109,6 @@ main() */ status = SDend (sd2_id); status = SDend (sd3_id); + + return 0; } Index: hdf-4.2.9/mfhdf/libsrc/putget.c =================================================================== --- hdf-4.2.9.orig/mfhdf/libsrc/putget.c +++ hdf-4.2.9/mfhdf/libsrc/putget.c @@ -86,6 +86,7 @@ const char *caller; nc_api = strstr(caller, "nc"); if (nc_api == caller) return TRUE; + return FALSE; } /*
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