pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-55-g46a7a7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-55-g46a7a7b
Date: Thu, 17 Sep 2009 03:22:55 +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, stable has been updated
       via  46a7a7b189e2df740043496c16d9f7c665b7a828 (commit)
      from  005ac6d163e0e535a06e9bfb223f2f75f9320c9a (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 46a7a7b189e2df740043496c16d9f7c665b7a828
Author: Ben Pfaff <address@hidden>
Date:   Wed Sep 16 20:19:34 2009 -0700

    Don't pad variable labels written to system files.
    
    Previously, the code to write variable labels to system files accidentally
    padded out the variable labels on the right with spaces to a multiple of 4
    bytes in length.  With this commit, variable labels will no longer be
    padded.
    
    This fixes a genuine bug for variable labels longer than 252 bytes, which
    previously were padded out to 256 bytes.  Variable labels are limited to
    a maximum of 255 bytes, so PSPP refused to read such files.
    
    Reported-by: Robert Westlund <address@hidden>

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

Summary of changes:
 src/data/sys-file-writer.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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