diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index c3bc73a..9a91e35 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: main.cc,v 1.23 2003/08/28 23:18:37 fluxgen Exp $ | 23 | // $Id: main.cc,v 1.24 2003/10/02 16:14:41 rathnor Exp $ |
24 | 24 | ||
25 | #include "fluxbox.hh" | 25 | #include "fluxbox.hh" |
26 | #include "I18n.hh" | 26 | #include "I18n.hh" |
@@ -135,7 +135,7 @@ void showInfo(ostream &ostr) { | |||
135 | 135 | ||
136 | int main(int argc, char **argv) { | 136 | int main(int argc, char **argv) { |
137 | 137 | ||
138 | std::string session_display; | 138 | std::string session_display = ""; |
139 | std::string rc_file; | 139 | std::string rc_file; |
140 | std::string log_filename; | 140 | std::string log_filename; |
141 | 141 | ||