[Refdb-cvs] CVS: refdb/src refdbdnote.c,1.25.2.12,1.25.2.13
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-10-14 20:50:19
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14803 Modified Files: Tag: Release_0_9_5_stable refdbdnote.c Log Message: commented out debug printf() call Index: refdbdnote.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdbdnote.c,v retrieving revision 1.25.2.12 retrieving revision 1.25.2.13 diff -u -U2 -r1.25.2.12 -r1.25.2.13 --- refdbdnote.c 13 Oct 2005 21:18:23 -0000 1.25.2.12 +++ refdbdnote.c 14 Oct 2005 20:50:12 -0000 1.25.2.13 @@ -2648,4 +2648,5 @@ /* function will quote ptr_curr->value */ result = insert_link(my_type, ptr_curr->value, conn, n_id); +/* printf("my_type: %s<< ptr_curr->value: %s<<\n", my_type, ptr_curr->value); */ if (!result) { /* ok */ |