DISPLAY: Display values for value labels using the variable's format.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2011 13:45:33 +0000 (06:45 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2011 13:45:33 +0000 (06:45 -0700)
commit2a8f45a304f2f4de8c6066b92804276d57870a93
tree9b3d0eb627605e59742ebde7edfe63f24b1d6748
parent22d2bdfb26bf8df59a27191aa669090d57df56bd
DISPLAY: Display values for value labels using the variable's format.

Until now, the values in value labels have been displayed as plain
numbers, but this makes the values for variables with date and time
formats unreadable.  Changing them to use the variable's own format
makes them easier to read.
src/language/dictionary/sys-file-info.c
tests/language/stats/autorecode.at