cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/parseinfo.c


From: Mark D . Baushke
Subject: [Cvs-cvs] Changes to ccvs/src/parseinfo.c
Date: Sat, 12 Nov 2005 15:27:13 -0500

Index: ccvs/src/parseinfo.c
diff -u ccvs/src/parseinfo.c:1.84 ccvs/src/parseinfo.c:1.85
--- ccvs/src/parseinfo.c:1.84   Tue Sep  6 04:41:48 2005
+++ ccvs/src/parseinfo.c        Sat Nov 12 20:27:10 2005
@@ -15,6 +15,13 @@
 #include "getline.h"
 #include "history.h"
 
+
+/* From admin.c.  */
+char *make_UserAdminOptions (const char *infopath, unsigned int ln,
+                            const char *s);
+
+
+
 /*
  * Parse the INFOFILE file for the specified REPOSITORY.  Invoke CALLPROC for
  * the first line in the file that matches the REPOSITORY, or if ALL != 0, any
@@ -657,7 +664,7 @@
             */
        }
        else if (strcmp (line, "UserAdminOptions") == 0)
-           retval->UserAdminOptions = xstrdup (p);
+           retval->UserAdminOptions = make_UserAdminOptions (infopath, ln, p);
        else if (strcmp (line, "UseNewInfoFmtStrings") == 0)
 #ifdef SUPPORT_OLD_INFO_FMT_STRINGS
            readBool (infopath, "UseNewInfoFmtStrings", p,




reply via email to

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