]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Thu, 5 Nov 2009 16:07:56 +0000 (16:07 +0000)
committerhadaq <hadaq>
Thu, 5 Nov 2009 16:07:56 +0000 (16:07 +0000)
libtrbnet/trbcmd.c

index ee6ac49bad56a192ef30829b1624dae5036e0203..bfd34376eb63d1b1976a2f9fc2f1712a1a912630 100644 (file)
@@ -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                        */