lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5749] Mark a defect


From: Greg Chicares
Subject: [lmi-commits] [5749] Mark a defect
Date: Thu, 18 Jul 2013 01:43:35 +0000

Revision: 5749
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5749
Author:   chicares
Date:     2013-07-18 01:43:35 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Mark a defect

Modified Paths:
--------------
    lmi/trunk/configurable_settings.cpp

Modified: lmi/trunk/configurable_settings.cpp
===================================================================
--- lmi/trunk/configurable_settings.cpp 2013-07-17 12:31:24 UTC (rev 5748)
+++ lmi/trunk/configurable_settings.cpp 2013-07-18 01:43:35 UTC (rev 5749)
@@ -93,6 +93,9 @@
     std::string filename = "/etc/opt/lmi/" + configuration_filename();
     if(0 != access(filename.c_str(), R_OK))
         {
+        // TODO ?? At this point, AddDataDir() refers to the directory
+        // where the wx binary resides. A configurable_settings object
+        // apparently exists before ProcessCommandLine() is called.
         filename = AddDataDir(configuration_filename());
         if(0 != access(filename.c_str(), R_OK))
             {




reply via email to

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