]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.cc
- run the problemResolver after a task was installed
[apt.git] / cmdline / apt-extracttemplates.cc
index 6d580cc28b55417f8e69a02f26ab3b17b21b82b6..de22386b9fbefc696678c084d2a779846feae874 100644 (file)
@@ -249,7 +249,7 @@ string WriteFile(const char *package, const char *prefix, const char *data)
 {
        char fn[512];
        static int i;
-        char *tempdir = NULL;
+       const char *tempdir = NULL;
 
         tempdir = getenv("TMPDIR");
         if (tempdir == NULL)