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.2-226-g9dfbd


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-226-g9dfbdc3c1
Date: Mon, 17 Apr 2023 19:11:05 -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  9dfbdc3c1782af1157cd0460403398d4c8ba2dfc (commit)
      from  eb1521cd226e0b8cafab7c72d860b21eda71662f (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 9dfbdc3c1782af1157cd0460403398d4c8ba2dfc
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Apr 17 16:08:56 2023 -0700

    CTABLES: Fix treatment of string variables that differ past the first byte.
    
    CTABLES display was treating string values with more than one byte as the
    same if they had the same first byte, because var_get_type() was confused
    with var_get_width().  (The former returns 0 for numeric and 1 for string
    and the latter returns 0 for numeric and string width for string.)
    
    Bug #64044.

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

Summary of changes:
 src/language/commands/ctables.c    |  2 +-
 tests/language/commands/ctables.at | 30 +++++++++++++++---------------
 2 files changed, 16 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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