X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbookmark_tools%2Fmarks_sorter.cpp;fp=nucleus%2Fapplications%2Fbookmark_tools%2Fmarks_sorter.cpp;h=41d47b4816c0a88c7260c2189ded702206935f05;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=8201799b1a1a85de98631e58c376653a94abbd56;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;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;