From dfaa8becf9d600aae7ad7507c88dbb098b9fe78b Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 28 Sep 2009 14:09:26 +0000 Subject: [PATCH] update --- libtrbnet/trberror.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libtrbnet/trberror.c b/libtrbnet/trberror.c index e2b346c..56ede25 100644 --- a/libtrbnet/trberror.c +++ b/libtrbnet/trberror.c @@ -64,12 +64,12 @@ const char* trb_strerror(int trberrno) const char* trb_strterm(TRB_TERM term) { static const char commonStatusBits[16][64] = { - "Endpoint not reached", /* error */ - "Coll: collision detected", /* error */ - "WordMiss: word missing", /* error */ - "Checksum: checksum error", /* status, at the moment */ - "DontKnow: dont understand", /* error */ - "BufferMatch: buffer mismatch", /* error */ + "COM_Endpoint not reached", /* error */ + "COM_Coll: collision detected", /* error */ + "COM_WordMiss: word missing", /* error */ + "COM_Checksum: checksum error", /* status, at the moment */ + "COM_DontKnow: dont understand", /* error */ + "COM_BufferMatch: buffer mismatch", /* error */ "", "", "", "", "", "", "", "", "", "" }; -- 2.43.0