Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / applications / bookmark_tools / js_marks_maker.cpp
index 49578283e5cc81882e12370d1cc059ee508f88fa..67a88e9842d955eff583162f96b5335b8045929e 100644 (file)
@@ -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.