From f007d38539e408d58ee6afadca77767b49ef8c4e Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 5 Nov 2009 16:07:56 +0000 Subject: [PATCH] bugfix --- libtrbnet/trbcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.43.0