X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbookmark_tools%2Fmarks_sorter.cpp;h=41d47b4816c0a88c7260c2189ded702206935f05;hb=304949735940ddf8fef18f1d7a54b65ba4d2917c;hp=b793d37314a76608606bdaa2d3d8d2ccbe3a17dc;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/applications/bookmark_tools/marks_sorter.cpp b/nucleus/applications/bookmark_tools/marks_sorter.cpp index b793d373..41d47b48 100644 --- a/nucleus/applications/bookmark_tools/marks_sorter.cpp +++ b/nucleus/applications/bookmark_tools/marks_sorter.cpp @@ -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;