static int hexMode = HEXMODE;
-static const char trbcmd_version[] = "$Revision: 2.36 $";
+static const char trbcmd_version[] = "$Revision: 2.37 $";
/* ---- User Buffer Size ----------------------------------------------- */
}
trb_error("trb_fifo_flush failed");
exit(EXIT_FAILURE);
- } else {
- /* Check Status-Bits */
- if ((trb_term.status_common != 0x01) ||
- (trb_term.status_channel != 0)) {
- if (scriptFile != NULL) {
- fprintf(stderr, "Line #%d: ", lineCtr);
- }
- fprintf(stderr, "WARNING Status-Bits:\n%s\n",
- trb_strterm(trb_term));
- }
}
} else if (strncmp(cmd[0], "R", CMD_SIZE) == 0) {