X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fsettings.c;h=64f037ed147de959efa4a9ceddb75a1bfc9f4e57;hb=ea37b218562bd9c02c23d2669c70b2509e0588ea;hp=81b67899545eb906295ea2e64c267ef4b9fe59a3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/data/settings.c b/src/data/settings.c index 81b6789954..64f037ed14 100644 --- a/src/data/settings.c +++ b/src/data/settings.c @@ -42,7 +42,7 @@ static int epoch = -1; static bool errorbreak = false; -static bool scompress = false; +static bool scompress = true; static bool undefined = true; static double blanks = SYSMIS;