Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / applications / bookmark_tools / marks_sorter.cpp
index 8201799b1a1a85de98631e58c376653a94abbd56..41d47b4816c0a88c7260c2189ded702206935f05 100644 (file)
@@ -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;