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. v1.6.0-14-g880404


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.0-14-g88040421b
Date: Fri, 3 Jun 2022 18:02:12 -0400 (EDT)

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  88040421bb6cbf3f225280f1efaf07661ac2e9bf (commit)
      from  b81922824d04dfc85e777827c3f978450dc62594 (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 88040421bb6cbf3f225280f1efaf07661ac2e9bf
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Jun 3 15:01:19 2022 -0700

    line-reader: Avoid undefined behavior in printf utility in test.
    
    The test used
        printf '\"'
    assuming that it would print just a double-quote, but on at least one
    system it printed a backslash followed by a double-quote.  This commit
    changes it to
        print '"'
    which should be reliable everywhere.
    
    Thanks to Michael Orlitzky <michael@orlitzky.com> for reporting this bug.

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

Summary of changes:
 tests/libpspp/line-reader.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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