[adios] 38/207: fix

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository adios.

commit 18a6a3de4d3de5a17bbed1ec35fcab2921d61e74
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Mar 5 13:55:26 2012 +0000

    fix
---
 debian/patches/security.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/security.patch b/debian/patches/security.patch
index 40d69e9..b1aa91f 100644
--- a/debian/patches/security.patch
+++ b/debian/patches/security.patch
@@ -1,7 +1,7 @@
 Index: adios-1.3/utils/bpls/bpls.c
 ===================================================================
---- adios-1.3.orig/utils/bpls/bpls.c	2012-03-05 13:29:15.000000000 +0000
-+++ adios-1.3/utils/bpls/bpls.c	2012-03-05 13:39:11.000000000 +0000
+--- adios-1.3.orig/utils/bpls/bpls.c	2012-03-05 13:40:01.000000000 +0000
++++ adios-1.3/utils/bpls/bpls.c	2012-03-05 13:55:10.000000000 +0000
 @@ -364,7 +364,7 @@
  
  
@@ -25,7 +25,7 @@ Index: adios-1.3/utils/bpls/bpls.c
          case adios_long_double:
              //fprintf(outf,(f ? format : "%g "), ((double *) data)[item]);
 -            fprintf(outf,(f ? format : "????????"));
-+            fprintf(outf,(f,"%s", ? format : "????????"));
++            fprintf(outf,"%s",(f, ? format : "????????"));
              break;
  
              // TO DO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list