Explorar el Código

- cmdline/apt-extracttemplates.cc: likewise;

Otavio Salvador hace 19 años
padre
commit
70e6f24e3b
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      cmdline/apt-extracttemplates.cc
  2. 1 0
      debian/changelog

+ 1 - 1
cmdline/apt-extracttemplates.cc

@@ -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)

+ 1 - 0
debian/changelog

@@ -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.