Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11226
Modified Files:
Tag: Release_0_9_5_stable
xmlhandler.c
Log Message:
fixed addstyle 419 numbering
Index: xmlhandler.c
===================================================================
RCS file: /cvsroot/refdb/refdb/src/xmlhandler.c,v
retrieving revision 1.22.2.12
retrieving revision 1.22.2.13
diff -u -U2 -r1.22.2.12 -r1.22.2.13
--- xmlhandler.c 17 Apr 2005 00:09:13 -0000 1.22.2.12
+++ xmlhandler.c 21 Apr 2005 21:15:25 -0000 1.22.2.13
@@ -838,5 +838,5 @@
if (n_id != *(ptr_asdata->ptr_citstyle_id)) {
if (!remove_style(ptr_asdata->conn, n_id)) {
- sprintf(sql_command, "419:"ULLSPEC":%s\n", *(ptr_asdata->ptr_citstyle_id), ptr_asdata->the_journal);
+ sprintf(sql_command, "419:"ULLSPEC":%s\n", n_id, ptr_asdata->the_journal);
}
else {
|