Explorar el Código

* Initialize StatusFile in debSystem (Closes: #229791)
Author: mdz
Date: 2004-01-26 17:01:53 GMT
* Initialize StatusFile in debSystem (Closes: #229791)

Arch Librarian hace 22 años
padre
commit
efef4fd341
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 1
      apt-pkg/deb/debsystem.cc
  2. 1 0
      debian/changelog

+ 2 - 1
apt-pkg/deb/debsystem.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: debsystem.cc,v 1.3 2001/04/29 05:13:51 jgg Exp $
+// $Id: debsystem.cc,v 1.4 2004/01/26 17:01:53 mdz Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    System - Abstraction for running on different systems.
    System - Abstraction for running on different systems.
@@ -37,6 +37,7 @@ debSystem::debSystem()
 {
 {
    LockFD = -1;
    LockFD = -1;
    LockCount = 0;
    LockCount = 0;
+   StatusFile = 0;
    
    
    Label = "Debian dpkg interface";
    Label = "Debian dpkg interface";
    VS = &debVS;
    VS = &debVS;

+ 1 - 0
debian/changelog

@@ -2,6 +2,7 @@ apt (0.5.22) unstable; urgency=low
 
 
   * Updated French translation of man pages from Philippe Batailler
   * Updated French translation of man pages from Philippe Batailler
     <philippe.batailler@free.fr> (Closes: #203119)
     <philippe.batailler@free.fr> (Closes: #203119)
+  * Initialize StatusFile in debSystem (Closes: #229791)
 
 
  --
  --