From cb9d6a7830565daab2e92631af88bfbd89cc4df3 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 22 Aug 2011 17:33:18 +0000 Subject: [PATCH] bugfix --- libtrbnet/trbcmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index e16a7b0..c34b826 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -25,7 +25,7 @@ static int hexMode = HEXMODE; -static const char trbcmd_version[] = "$Revision: 2.69 $"; +static const char trbcmd_version[] = "$Revision: 2.70 $"; #define BACKLOG 10 static uint16_t tcp_port = 55555; @@ -196,10 +196,10 @@ int start(int argc, char **argv) int i; #ifdef PEXOR - const char optString[] = "+hf:n:d:HMVD"; + const char optString[] = "+hf:n:d:s:HMVD"; pexor_dma = 1; #else - const char optString[] = "+hf:n:d:HMV"; + const char optString[] = "+hf:n:d:s:HMV"; #endif trb_debug = 0; -- 2.43.0