From: hadaq Date: Mon, 22 Aug 2011 17:33:18 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~140 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=cb9d6a7830565daab2e92631af88bfbd89cc4df3;p=trbnettools.git bugfix --- 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;