pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/glob.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/glob.c
Date: Sun, 11 Dec 2005 02:35:53 -0500

Index: pspp/src/glob.c
diff -u pspp/src/glob.c:1.31 pspp/src/glob.c:1.32
--- pspp/src/glob.c:1.31        Sun Dec 11 02:48:45 2005
+++ pspp/src/glob.c     Sun Dec 11 07:35:51 2005
@@ -71,6 +71,7 @@
 #include "lexer.h"
 #include "magic.h"
 #include "main.h"
+#include "random.h"
 #include "settings.h"
 #include "str.h"
 #include "var.h"
@@ -160,7 +161,8 @@
   }
 
 
-  init_settings();
+  init_settings ();
+  random_init ();
 
   /* log.h */
   logging = 1;
@@ -176,6 +178,7 @@
   cancel_transformations ();
   dict_destroy (default_dict);
   free (logfn);
+  random_done ();
   done_settings ();
   ds_destroy (&tokstr);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]