From: hadaq Date: Thu, 5 Nov 2009 16:07:56 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~306 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f007d38539e408d58ee6afadca77767b49ef8c4e;p=trbnettools.git bugfix --- diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index ee6ac49..bfd3437 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -16,7 +16,7 @@ static int hexMode = HEXMODE; -static const char trbcmd_version[] = "$Revision: 2.38 $"; +static const char trbcmd_version[] = "$Revision: 2.39 $"; /* ---- User Buffer Size ----------------------------------------------- */ @@ -711,7 +711,7 @@ int main(int argc, char ** argv) exit(EXIT_FAILURE); } - } else if (strncmp(cmd[0], "reset", CMD_SIZE) == 0) { + } else if (strncmp(cmd[0], "comreset", CMD_SIZE) == 0) { /*******************************************/ /* Etrax-FIFO Reset */