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