]> the.earth.li Git - onak.git/blobdiff - maxpath.c
cscvs to tla changeset 120
[onak.git] / maxpath.c
index 171d6b1a4793c63065967b9502cc820f67c3242c..922cc8cf65ab94753471b7118ec021dca12b237f 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
@@ -5,7 +5,7 @@
  *
  * Copyright 2001-2002 Project Purple.
  *
- * $Id: maxpath.c,v 1.9 2003/06/04 20:57:10 noodles Exp $
+ * $Id: maxpath.c,v 1.11 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <stdio.h>
@@ -71,8 +71,8 @@ void findmaxpath(unsigned long max)
 
 int main(int argc, char *argv[])
 {
-       readconfig();
-       initdb();
+       readconfig(NULL);
+       initdb(true);
        inithash();
        findmaxpath(30);
        printf("--------\n");