[Refdb-cvs] CVS: refdb/src refdbdbib.c,1.36.2.32,1.36.2.33
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-02-05 01:39:23
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21221 Modified Files: Tag: Release_0_9_5_stable refdbdbib.c Log Message: real_run_keyword_scan(): bail out if no keywords are available Index: refdbdbib.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdbdbib.c,v retrieving revision 1.36.2.32 retrieving revision 1.36.2.33 diff -u -U2 -r1.36.2.32 -r1.36.2.33 --- refdbdbib.c 2 Jan 2006 22:16:29 -0000 1.36.2.32 +++ refdbdbib.c 5 Feb 2006 01:39:14 -0000 1.36.2.33 @@ -768,4 +768,5 @@ item = dbi_result_get_string(dbires, "dbname"); n_id = my_dbi_result_get_idval(dbires, "orig_id"); +/* printf("about to format %qu<<\n", n_id); */ if (!strcmp(my_dbi_conn_get_cap(bibconns.conn, "multiple_db"), "t")) { |