Encapsulated the static data of procedure.[ch] into a single object, to be
[pspp-builds.git] / src / language / xforms / fail.c
index 153ff42ea4d9db101937f2688c9f0e5b0285fa65..ebc30e9c950e3215194942055a99be273cbba904 100644 (file)
@@ -45,7 +45,7 @@ int
 cmd_debug_xform_fail (void)
 {
 
-  add_transformation (trns_fail, NULL, NULL);
+  add_transformation (current_dataset, trns_fail, NULL, NULL);
 
   return lex_end_of_command ();
 }