tests careful update before commit
[feisty_meow.git] / nucleus / applications / bookmark_tools / marks_sorter.cpp
index b793d37314a76608606bdaa2d3d8d2ccbe3a17dc..41d47b4816c0a88c7260c2189ded702206935f05 100644 (file)
@@ -82,7 +82,7 @@ is used to specify the input filename, which is expected to be in the HOOPLE\n\
 link database format.  The -o flag specifies the new bookmarks file to be\n\
 created, which will also be in the HOOPLE link format.\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;
@@ -134,7 +134,7 @@ int marks_sorter::write_new_marks(const astring &output_filename)
 
   // traverse the tree in prefix order.
   tree::iterator itty = _categories.access_root().start(tree::prefix);
-  tree *curr = NIL;  // the current node.
+  tree *curr = NULL_POINTER;  // the current node.
 
   while ( (curr = itty.next()) ) {
     inner_mark_tree *nod = (inner_mark_tree *)curr;