gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7466 - gnunet-qt/src/plugins/fs


From: gnunet
Subject: [GNUnet-SVN] r7466 - gnunet-qt/src/plugins/fs
Date: Sat, 19 Jul 2008 06:17:15 -0600 (MDT)

Author: durner
Date: 2008-07-19 06:17:15 -0600 (Sat, 19 Jul 2008)
New Revision: 7466

Modified:
   gnunet-qt/src/plugins/fs/downloadController.cc
Log:
uninitialized flag

Modified: gnunet-qt/src/plugins/fs/downloadController.cc
===================================================================
--- gnunet-qt/src/plugins/fs/downloadController.cc      2008-07-19 12:01:09 UTC 
(rev 7465)
+++ gnunet-qt/src/plugins/fs/downloadController.cc      2008-07-19 12:17:15 UTC 
(rev 7466)
@@ -164,6 +164,8 @@
     name = uri.toString().left(16);
     info.suggestName = true;
   }
+  else
+    info.suggestName = false;
   GNUNETQT_ASSERT(name != "");
 
   if (destPath == "")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]