Fixed catime auto-numbering PV format spec

This commit is contained in:
Ralph Lange
2002-12-19 13:12:38 +00:00
parent 5a5e388c55
commit 38e32a9d89

View File

@@ -522,7 +522,7 @@ int catime ( char *channelName, unsigned channelCount, enum appendNumberFlag app
nBytes = 0;
for ( i=0; i < channelCount; i++ ) {
if ( appNF == appendNumber ) {
sprintf ( pItemList[i].name,"%.*s%6u",
sprintf ( pItemList[i].name,"%.*s%.6u",
(int) (strsize - 15u), channelName, i );
}
else {