/[cvs]/ccvs/src/parseinfo.c
ViewVC logotype

Diff of /ccvs/src/parseinfo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by dprice, Tue Sep 6 04:41:48 2005 UTC revision 1.85 by mdb, Sat Nov 12 20:27:10 2005 UTC
# Line 15  Line 15 
15  #include "getline.h"  #include "getline.h"
16  #include "history.h"  #include "history.h"
17    
18    
19    /* From admin.c.  */
20    char *make_UserAdminOptions (const char *infopath, unsigned int ln,
21                                 const char *s);
22    
23    
24    
25  /*  /*
26   * Parse the INFOFILE file for the specified REPOSITORY.  Invoke CALLPROC for   * Parse the INFOFILE file for the specified REPOSITORY.  Invoke CALLPROC for
27   * the first line in the file that matches the REPOSITORY, or if ALL != 0, any   * the first line in the file that matches the REPOSITORY, or if ALL != 0, any
# Line 657  parse_config (const char *cvsroot, const Line 664  parse_config (const char *cvsroot, const
664               */               */
665          }          }
666          else if (strcmp (line, "UserAdminOptions") == 0)          else if (strcmp (line, "UserAdminOptions") == 0)
667              retval->UserAdminOptions = xstrdup (p);              retval->UserAdminOptions = make_UserAdminOptions (infopath, ln, p);
668          else if (strcmp (line, "UseNewInfoFmtStrings") == 0)          else if (strcmp (line, "UseNewInfoFmtStrings") == 0)
669  #ifdef SUPPORT_OLD_INFO_FMT_STRINGS  #ifdef SUPPORT_OLD_INFO_FMT_STRINGS
670              readBool (infopath, "UseNewInfoFmtStrings", p,              readBool (infopath, "UseNewInfoFmtStrings", p,

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26