Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jmess
Commits
b30279fd
Commit
b30279fd
authored
Jun 22, 2007
by
jcaceres
Browse files
Fix details on main
parent
8d366864
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jmess_main.cpp
View file @
b30279fd
...
...
@@ -105,13 +105,10 @@ void main_dialog( int argc, char* argv[] )
if
(
opt
->
getValue
(
"connect"
)
!=
NULL
)
jmessClient
.
connectPorts
(
opt
->
getValue
(
"connect"
));
else
if
(
opt
->
getValue
(
"connect"
)
==
NULL
)
cerr
<<
"ERROR: no input file specified for connect."
<<
endl
;
if
(
opt
->
getValue
(
"save"
)
!=
NULL
)
jmessClient
.
writeOutput
(
opt
->
getValue
(
"save"
));
else
if
(
opt
->
getValue
(
"save"
)
!=
NULL
)
cerr
<<
"ERROR: no ouput file name specified to save."
<<
endl
;
//8. DONE
delete
opt
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment