[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-380-gdf372
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-380-gdf3728b |
Date: |
Sat, 6 Jun 2020 15:26:43 -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 df3728b28df255a1bef368985a9185c221143168 (commit)
from cc138b64bf7374d722b043d65c6d55d2b8f2c3bb (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 df3728b28df255a1bef368985a9185c221143168
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Jun 6 21:00:53 2020 +0200
fixed variable type change during text import bug #58298
Changing the variable type during the import dialog resulted
in a crash. The reason is that the import data is stored as
strings in a treeview and converted to union value depending
on the variable type. When the variable type is changed, there
is a discrepancy between then caseproto in the reader and the
variable. This results in an assertion.
As a fix I store the dictionary at the time of creation of the
casereader. When a variable is changed i reinitialize the
casereader.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/psppire-import-assistant.c | 54 +++++++++++++++++++++++++++++++++--
src/ui/gui/psppire-import-assistant.h | 3 +-
2 files changed, 54 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-380-gdf3728b,
Friedrich Beckmann <=