From: John Darrington Date: Sun, 12 Jul 2009 14:13:44 +0000 (+0800) Subject: Added a dict parameter to data_in and dealt with the consequences. X-Git-Tag: build37~53^2~10 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5097a183f00ab2d2dc538ba7094a4696e2fea04;hp=a5097a183f00ab2d2dc538ba7094a4696e2fea04;p=pspp-builds.git Added a dict parameter to data_in and dealt with the consequences. The data_in function now takes a pointer to a struct dictionary, which must be the dictionary with which the output value is associated. Data_in now ensures that the data of string values is converted to the dictionary's encoding if necessary. ---