Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / include.c
index 19f5ca1b8f6f645219725e6993821d04fe788a53..3ea80ef04b352926d1dc7295da2824b592d04f70 100644 (file)
@@ -40,7 +40,7 @@ cmd_include (void)
       lex_error (_("expecting filename")); 
       return CMD_FAILURE;
     }
-  getl_include (ds_value (&tokstr));
+  getl_include (ds_c_str (&tokstr));
 
   lex_get ();
   return lex_end_of_command ();