]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - main.cc
2002-11-10 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / main.cc
diff --git a/main.cc b/main.cc
index c9d22cc24213528ade0a6a5bc8fd0a0c20efff42..417145911c7f865e2009006f1a698095b1207d82 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -171,7 +171,7 @@ main (int argc, char **argv)
   local_dir = String (cwd);
   delete cwd;
 
-  LogSingleton::SetInstance (theLog = new LogFile);
+  LogSingleton::SetInstance (*(theLog = new LogFile));
   theLog->setFile (LOG_BABBLE, local_dir + "/setup.log.full", false);
   theLog->setFile (0, local_dir + "/setup.log", true);
 
This page took 0.024479 seconds and 5 git commands to generate.