Explorar o código

apt-pkg/deb/dpkgpm.cc: fflush early

Michael Vogt %!s(int64=16) %!d(string=hai) anos
pai
achega
06d5520f07
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apt-pkg/deb/dpkgpm.cc

+ 1 - 0
apt-pkg/deb/dpkgpm.cc

@@ -610,6 +610,7 @@ bool pkgDPkgPM::OpenLog()
 	 fprintf(history_out, "Remove: %s\n", remove.c_str());
       if (purge.size() > 0)
 	 fprintf(history_out, "Purge: %s\n", purge.c_str());
+      fflush(history_out);
    }
    
    return true;