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: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/parseinfo.c
Date: Mon, 05 Sep 2005 20:40:57 -0400

Index: ccvs/src/parseinfo.c
diff -u ccvs/src/parseinfo.c:1.82 ccvs/src/parseinfo.c:1.83
--- ccvs/src/parseinfo.c:1.82   Sun Sep  4 23:00:00 2005
+++ ccvs/src/parseinfo.c        Tue Sep  6 00:40:50 2005
@@ -645,6 +645,16 @@
                }
            }
        }
+       else if (strcmp (line, "TmpDir") == 0)
+       {
+           if (retval->TmpDir) free (retval->TmpDir);
+           retval->TmpDir = expand_path (p, cvsroot, false, infopath, ln);
+           /* Could try some validity checking, like whether we can
+            * opendir it or something, but I don't see any particular
+            * reason to do that now rather than when the first function
+            * tries to create a temp file.
+            */
+       }
        else if (strcmp (line, "UserAdminOptions") == 0)
            retval->UserAdminOptions = xstrdup (p);
        else if (strcmp (line, "UseNewInfoFmtStrings") == 0)




reply via email to

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