value: Get rid of value_str(), value_str_rw(), value_num().
[pspp] / src / ui / gui / spreadsheet-test.c
index da63c0ff4a1210aebdf95188cfdb9ac005731118..b8ce870d4635a07917d882d9f479294d81be46df 100644 (file)
@@ -83,7 +83,7 @@ on_clicked (GtkButton *button, struct xxx *stuff)
        else
          {
            char *ss = xzalloc (width + 1);
-            memcpy (ss, value_str (val, width), width);
+            memcpy (ss, val->s, width);
 
            printf ("%s ", ss);
            free (ss);