r36066 - /packages/libcgns/trunk/debian/patches/wrongProfile.diff

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sat Dec 12 14:45:50 UTC 2009


Author: sylvestre-guest
Date: Sat Dec 12 14:45:50 2009
New Revision: 36066

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36066
Log:
Wrong profile in ADFH.c on function H5Acreate (wrongProfile.diff)

Added:
    packages/libcgns/trunk/debian/patches/wrongProfile.diff

Added: packages/libcgns/trunk/debian/patches/wrongProfile.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/wrongProfile.diff?rev=36066&op=file
==============================================================================
--- packages/libcgns/trunk/debian/patches/wrongProfile.diff (added)
+++ packages/libcgns/trunk/debian/patches/wrongProfile.diff Sat Dec 12 14:45:50 2009
@@ -1,0 +1,29 @@
+--- cgnslib_2.5.orig/adfh/ADFH.c	2009-08-31 23:56:39.000000000 +0200
++++ cgnslib_2.5/adfh/ADFH.c	2009-10-04 11:52:43.000000000 +0200
+@@ -393,7 +393,7 @@
+     return 1;
+   }
+ 
+-  aid = H5Acreate(id, name, tid, sid, H5P_DEFAULT, H5P_DEFAULT);
++  aid = H5Acreate(id, name, tid, sid, H5P_DEFAULT);
+   if (aid < 0) {
+     H5Tclose(tid);
+     H5Sclose(sid);
+@@ -427,7 +427,7 @@
+     return 1;
+   }
+ 
+-  aid = H5Acreate(id, name, H5T_NATIVE_CHAR, sid, H5P_DEFAULT, H5P_DEFAULT);
++  aid = H5Acreate(id, name, H5T_NATIVE_CHAR, sid, H5P_DEFAULT);
+   if (aid < 0) {
+     H5Sclose(sid);
+     set_error(ADFH_ERR_ACREATE, err);
+@@ -554,7 +554,7 @@
+     return 1;
+   }
+ 
+-  aid = H5Acreate(id, name, H5T_NATIVE_INT, sid, H5P_DEFAULT, H5P_DEFAULT);
++  aid = H5Acreate(id, name, H5T_NATIVE_INT, sid, H5P_DEFAULT);
+   if (aid < 0) {
+     H5Sclose(sid);
+     set_error(ADFH_ERR_ACREATE, err);




More information about the debian-science-commits mailing list