- cmdline/apt-extracttemplates.cc: likewise;
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Oct 2007 12:39:05 +0000 (09:39 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Oct 2007 12:39:05 +0000 (09:39 -0300)
cmdline/apt-extracttemplates.cc
debian/changelog

index 6d580cc..de22386 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)
index 802f6f4..ad887b2 100644 (file)
@@ -65,6 +65,7 @@ apt (0.7.7) UNRELEASED; urgency=low
       string constant to 'char*';
     - methods/gpgv.cc: conversion from string constant to 'char*';
     - methods/ftp.cc: likewise;
+    - cmdline/apt-extracttemplates.cc: likewise;
 
   [ Ian Jackson ]
   * dpkg-triggers: Deal properly with new package states.