[Refdb-cvs] CVS: refdb/src noteshandler.c,1.18.2.12,1.18.2.13
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-12-18 20:57:16
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13150 Modified Files: Tag: Release_0_9_5_stable noteshandler.c Log Message: changed key to citekey (thanks Damien) Index: noteshandler.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/noteshandler.c,v retrieving revision 1.18.2.12 retrieving revision 1.18.2.13 diff -u -U2 -r1.18.2.12 -r1.18.2.13 --- noteshandler.c 3 Nov 2005 20:40:19 -0000 1.18.2.12 +++ noteshandler.c 18 Dec 2005 20:57:08 -0000 1.18.2.13 @@ -124,5 +124,5 @@ id = ptr_attr[i+1]; } - else if (!strcmp(ptr_attr[i], "key")) { + else if (!strcmp(ptr_attr[i], "citekey")) { key = ptr_attr[i+1]; } |