hdf5/hdf5-fix_printf.patch
Stephan Kulow c08d405a85 Accepting request 142035 from devel:libraries:c_c++
- Update to 1.8.10, changes documented here:
  http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
- remove hdf5-ph5diff.patch (fixed by upstream)
- add hdf5-fix_printf.patch (forwarded request 142034 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/142035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=10
2012-11-21 16:00:51 +00:00

12 lines
597 B
Diff

--- test/testhdf5.h.orig 2012-10-11 19:30:43.000000000 +0200
+++ test/testhdf5.h 2012-11-19 12:34:25.021980147 +0100
@@ -142,7 +142,7 @@
if(VERBOSE_HI) \
print_func(" Call to routine: %15s at line %4d in %s returned " \
"invalid result\n", where, (int)__LINE__, __FILE__); \
- TestErrPrintf("*** UNEXPECTED RESULT from %s at line %4d in %s\n" \
+ TestErrPrintf("*** UNEXPECTED RESULT from %s at line %4d in %s\n", \
where, (int)__LINE__, __FILE__); \
} while(0)