Commit 062830d7 authored by Claes Sjofors's avatar Claes Sjofors

rt_rtt bugfix, qcomonly argument didn't work

parent c98ed0cc
...@@ -390,7 +390,7 @@ for ( i = 0; i < rtt_args; i++) { \ ...@@ -390,7 +390,7 @@ for ( i = 0; i < rtt_args; i++) { \
} \ } \
if ( argc >= 2 && strcmp( argv[1], "qcomonly") == 0)\ if ( argc >= 2 && strcmp( argv[1], "qcomonly") == 0)\
strcpy( username, argv[1]); \ strcpy( username, argv[1]); \
if ( argc >= 2 && strcmp( argv[1], "noneth") == 0)\ else if ( argc >= 2 && strcmp( argv[1], "noneth") == 0) \
strcpy( username, argv[1]); \ strcpy( username, argv[1]); \
else if ( argc >= 2 && strcmp( argv[1], "-h") == 0) { \ else if ( argc >= 2 && strcmp( argv[1], "-h") == 0) { \
rtt_usage(); \ rtt_usage(); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment