From d014960826527b60ad048fd87429f4351e82fced Mon Sep 17 00:00:00 2001 From: Simon Chung Date: Wed, 17 Dec 2025 17:13:48 +0000 Subject: [PATCH] CMFSUPPORT-3609 TEST. DO NOT MERGE DO NOT MERGE --- Source/deviceinfo/device_info/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/deviceinfo/device_info/main.c b/Source/deviceinfo/device_info/main.c index 5eeeb59c..8e2e65f0 100644 --- a/Source/deviceinfo/device_info/main.c +++ b/Source/deviceinfo/device_info/main.c @@ -44,7 +44,7 @@ static void toHexString( *bufLength = length; } else { - printf("ERROR: bufLength %d is too small for %d chars\n", *bufLength, totalLength); + printf("ERROR: bufLength %d is too small for %d chars\n", totalLength); *bufLength = 0; } }