Added a dict parameter to data_in and dealt with the consequences.
[pspp-builds.git] / perl-module / PSPP.xs
index 94ca9b01834b9fd968319a75e736c4ecd1ef71be..b3ac4cdc31e84670194ede7d254315ab48deea23 100644 (file)
@@ -614,6 +614,7 @@ CODE:
       {
        struct substring ss = ss_cstr (SvPV_nolen (sv));
        if ( ! data_in (ss, LEGACY_NATIVE, ifmt->type, 0, 0, 0,
+                       sfi->dict,
                        case_data_rw (c, v),
                        var_get_width (v)) )
          {