gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3239 - Extractor/src/main


From: grothoff
Subject: [GNUnet-SVN] r3239 - Extractor/src/main
Date: Tue, 15 Aug 2006 12:50:22 -0700 (PDT)

Author: grothoff
Date: 2006-08-15 12:50:20 -0700 (Tue, 15 Aug 2006)
New Revision: 3239

Modified:
   Extractor/src/main/extract.c
Log:
symbol overloading fix


Modified: Extractor/src/main/extract.c
===================================================================
--- Extractor/src/main/extract.c        2006-08-15 03:36:56 UTC (rev 3238)
+++ Extractor/src/main/extract.c        2006-08-15 19:50:20 UTC (rev 3239)
@@ -221,7 +221,7 @@
  * Take title, auth, year and return a string
  */
 static char *
-splice(const char * title,
+str_splice(const char * title,
        const char * auth,
        const char * year)
 {
@@ -332,7 +332,7 @@
       if ( pages )
        last = pages;
 
-      fprintf(handle, "@misc{ %s,\n",splice(title, author, year));
+      fprintf(handle, "@misc{ %s,\n",str_splice(title, author, year));
       if ( title )
        fprintf(handle, "    title = \"%s\"%s\n", title,
            (last == title)?"":",");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]