Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / applications / bookmark_tools / js_marks_maker.cpp
index a620e640639f5cad9768d316d0f0496d55b2e45f..67a88e9842d955eff583162f96b5335b8045929e 100644 (file)
@@ -103,7 +103,7 @@ by finding the phrase $INSERT_LINKS_HERE in it and replacing that with html\n\
 formatted link and categories from the input file.  Another tag of $TODAYS_DATE\n\
 will be replaced with the date when the output file is regenerated.\n\
 The HOOPLE link format is documented here:\n\
-    http://hoople.org/guides/link_database/format_manifesto.txt\n\
+    http://feistymeow.org/guides/link_database/format_manifesto.txt\n\
 ", program_name.basename().raw().s(), program_name.basename().raw().s());
   program_wide_logger::get().log(to_show, ALWAYS_PRINT);
   return 12;
@@ -233,7 +233,7 @@ int marks_maker_javascript::write_marks_page(const astring &output_filename,
 
   // traverse the tree in prefix order.
   tree::iterator itty = _categories.access_root().start(tree::prefix);
-  tree *curr = NIL;
+  tree *curr = NULL_POINTER;
   while ( (curr = itty.next()) ) {
     inner_mark_tree *nod = (inner_mark_tree *)curr;
     // print out the category on this node.