[Refdb-cvs] CVS: refdb/src backend-risx.c,1.30.2.1,1.30.2.2
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-06-24 21:17:51
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20130 Modified Files: Tag: Release_0_9_5_stable backend-risx.c Log Message: removed debug printf() calls Index: backend-risx.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/backend-risx.c,v retrieving revision 1.30.2.1 retrieving revision 1.30.2.2 diff -u -U2 -r1.30.2.1 -r1.30.2.2 --- backend-risx.c 22 Jun 2004 22:23:19 -0000 1.30.2.1 +++ backend-risx.c 24 Jun 2004 21:17:42 -0000 1.30.2.2 @@ -737,5 +737,5 @@ int nhave_data = 0; - printf("in add_pubinfo_risx\n"); +/* printf("in add_pubinfo_risx\n"); */ /* get some memory for the pubinfo stuff */ buffer1_len = 4096; @@ -991,5 +991,5 @@ char* slashes[3] = {NULL, NULL, NULL}; /* only the first three slashes are relevant, if at all */ - printf("in add_pubdate_risx\n"); +/* printf("in add_pubdate_risx\n"); */ /* get some memory for the pubinfo stuff */ buffer1_len = 4096; @@ -1017,5 +1017,5 @@ if (item && *item) { int i = 0; - printf("item went to:%s<<\n", item); +/* printf("item went to:%s<<\n", item); */ nhave_other++; slash = strchr(item, (int)'/'); @@ -1049,7 +1049,7 @@ } - printf("date_buffer went to:%s<<\n", date_buffer); +/* printf("date_buffer went to:%s<<\n", date_buffer); */ if (nhave_year || nhave_other) { - printf("nhave_year=%d || nhave_other+%d went to TRUE\n", nhave_year, nhave_other); +/* printf("nhave_year=%d || nhave_other+%d went to TRUE\n", nhave_year, nhave_other); */ nhave_data++; if (print_elstart_x(&buffer1, &buffer1_len, "date", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, ptr_indent) == NULL) { @@ -1094,5 +1094,5 @@ } - printf("finish pubyear\n"); +/* printf("finish pubyear\n"); */ if (print_elend_x(&buffer1, &buffer1_len, "date", ptr_indent) == NULL) { free(buffer1); @@ -1100,5 +1100,5 @@ } } - printf("now I'm here\n"); +/* printf("now I'm here\n"); */ /*----------------------------------------------------------------*/ /* pubyear - other information */ @@ -1111,5 +1111,5 @@ } - printf("finish pubyearother\n"); +/* printf("finish pubyearother\n"); */ if (print_elend_x(&buffer1, &buffer1_len, "pubdate", ptr_indent) == NULL) { free(buffer1); |