X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbookmark_tools%2Fjs_marks_maker.cpp;h=67a88e9842d955eff583162f96b5335b8045929e;hb=49f4a690675aeedaa0a2e991dd92f5a7ff709689;hp=a620e640639f5cad9768d316d0f0496d55b2e45f;hpb=51d71c226be424b6a698c7474d237e8c69661af5;p=feisty_meow.git diff --git a/nucleus/applications/bookmark_tools/js_marks_maker.cpp b/nucleus/applications/bookmark_tools/js_marks_maker.cpp index a620e640..67a88e98 100644 --- a/nucleus/applications/bookmark_tools/js_marks_maker.cpp +++ b/nucleus/applications/bookmark_tools/js_marks_maker.cpp @@ -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.