/[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.82 by dprice, Sun Sep 4 23:00:00 2005 UTC revision 1.83 by dprice, Tue Sep 6 00:40:50 2005 UTC
# Line 645  parse_config (const char *cvsroot, const Line 645  parse_config (const char *cvsroot, const
645                  }                  }
646              }              }
647          }          }
648            else if (strcmp (line, "TmpDir") == 0)
649            {
650                if (retval->TmpDir) free (retval->TmpDir);
651                retval->TmpDir = expand_path (p, cvsroot, false, infopath, ln);
652                /* Could try some validity checking, like whether we can
653                 * opendir it or something, but I don't see any particular
654                 * reason to do that now rather than when the first function
655                 * tries to create a temp file.
656                 */
657            }
658          else if (strcmp (line, "UserAdminOptions") == 0)          else if (strcmp (line, "UserAdminOptions") == 0)
659              retval->UserAdminOptions = xstrdup (p);              retval->UserAdminOptions = xstrdup (p);
660          else if (strcmp (line, "UseNewInfoFmtStrings") == 0)          else if (strcmp (line, "UseNewInfoFmtStrings") == 0)

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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