Reworked settings so as to use one large struct instead of lots of static
[pspp-builds.git] / src / ui / terminal / read-line.c
index 493a3d63cf5bd6399e7ea90de6081ae59d967e5c..e72f11458ac4112ede5e78c701dfb8cb9b153960 100644 (file)
@@ -92,7 +92,7 @@ readln_uninitialize (void)
   initialised = false;
 
 #if HAVE_READLINE
-  if (history_file != NULL && false == get_testing_mode() )
+  if (history_file != NULL && false == settings_get_testing_mode () )
     write_history (history_file);
   clear_history ();
   free (history_file);