(rstate_free): Return zero.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 25 Jul 2002 12:12:21 +0000 (12:12 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 25 Jul 2002 12:12:21 +0000 (12:12 +0000)
libguile/random.c

index ea1d3a7..efdf597 100644 (file)
@@ -351,7 +351,7 @@ static size_t
 rstate_free (SCM rstate)
 {
   free (SCM_RSTATE (rstate));
-  return scm_the_rng.rstate_size;
+  return 0;
 }
 
 /*