pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2249-g39cf


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2249-g39cf51d
Date: Sun, 09 Oct 2011 14:46:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  39cf51da9adfebd07ca8159e188bd37201ad5790 (commit)
      from  90a008db8b2f6e5bec903e584eb68e9bb20c061e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39cf51da9adfebd07ca8159e188bd37201ad5790
Author: John Darrington <address@hidden>
Date:   Sun Oct 9 16:42:56 2011 +0200

    Fix potential problems with non-literal printf arguments.
    
    In a few places we were passing a constructed string to a printf-like
    function as its format argument.  This could have been problematic if
    the constructed string had contained a % (for example due to that
    character occuring in a variable label).  This change avoids those
    situations.

-----------------------------------------------------------------------

Summary of changes:
 src/data/ods-reader.c        |    2 +-
 src/language/stats/mcnemar.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]