From: hadaq Date: Tue, 11 Oct 2011 14:37:55 +0000 (+0000) Subject: bugfixes X-Git-Tag: v6.0~123 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0f76216a33da0af4c7a56cd928e3e0bedf7e2947;p=trbnettools.git bugfixes --- diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index 85bf849..49e2a7c 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -117,7 +117,7 @@ typedef struct { } FlashParam; static FlashParam flashParamRef; -static const char trbflash_version[] = "$Revision: 2.34 $"; +static const char trbflash_version[] = "$Revision: 2.35 $"; static uint32_t mdcFlashSelect = 1; @@ -592,7 +592,7 @@ static int initTransfer(uint16_t trb_address) if (match == 0) { fprintf(logFile, - "Error > initTransfer: ManId 0x%04x incompatible" + "Error > initTransfer: ManId 0x%04x incompatible " "on EndPoint 0x%04x\n", manId, trbBuffer[i] & 0xffff); return -1; }