Mercurial > libpst
diff src/libpst.c @ 104:39ba19372732
many fixes in pst2ldif by Robert Harris
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 09 Oct 2008 12:04:40 -0700 |
parents | 0af0bbe166e1 |
children | 4703d622e95b |
line wrap: on
line diff
--- a/src/libpst.c Tue Oct 07 10:45:50 2008 -0700 +++ b/src/libpst.c Thu Oct 09 12:04:40 2008 -0700 @@ -281,6 +281,7 @@ static void record_descriptor(pst_file *pf, pst_desc_ll *node); static void record_descriptor(pst_file *pf, pst_desc_ll *node) { + DEBUG_ENT("record_descriptor"); // finish node initialization node->parent = NULL; node->child = NULL; @@ -331,6 +332,7 @@ add_descriptor_to_list(node, &pf->d_head, &pf->d_tail); } } + DEBUG_RET(); }