[Refdb-cvs] CVS: refdb/src refdbc.c,1.72.2.13,1.72.2.14
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-03 20:49:31
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17111 Modified Files: Tag: Release_0_9_5_stable refdbc.c Log Message: commented out leftover debug printf call Index: refdbc.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdbc.c,v retrieving revision 1.72.2.13 retrieving revision 1.72.2.14 diff -u -U2 -r1.72.2.13 -r1.72.2.14 --- refdbc.c 28 Oct 2005 23:53:55 -0000 1.72.2.13 +++ refdbc.c 3 Nov 2005 20:49:22 -0000 1.72.2.14 @@ -3261,5 +3261,5 @@ /* runs phases 1 through 4 of communication protocol */ if (!strcmp(my_reftype, "ris")) { - printf("call send_ris_data()\n"); +/* printf("call send_ris_data()\n"); */ n_send_result = send_ris_data(infp, pagerfp, errstream, n_sockfd, &ris_set_buffer, &n_setlength, &n_setcount, default_ris, n_cgi, &byte_written); } |