/* 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
/* 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)