X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.def;h=08ce1c3edc2e127ba6af32e259c4367fde00818a;hb=f1a07a055a9e1fce1024443e8bf9dcd36c0739f2;hp=38bc73e25846dd6299a4b4abdcca475ba0cc0537;hpb=5538da3591c0aa883ad5e6c36294856f1918b7fe;p=pspp diff --git a/src/data/format.def b/src/data/format.def index 38bc73e258..08ce1c3edc 100644 --- a/src/data/format.def +++ b/src/data/format.def @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ FMT (CCE, number, -1, 2, 37, FMT_CAT_CUSTOM) /* Legacy numeric formats. */ FMT (N, N, 1, 1, 16, FMT_CAT_LEGACY) -FMT (Z, Z, 1, 1, 16, FMT_CAT_LEGACY) +FMT (Z, Z, 1, 1, 15, FMT_CAT_LEGACY) /* Binary and hexadecimal formats. */ FMT (P, P, 1, 1, 8, FMT_CAT_BINARY)