Skip to content

Commit 7756141

Browse files
Updated C6303
Removed extra characters
1 parent 87c65b5 commit 7756141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6303.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: b29aa352-9382-49d4-aeb8-03f34b0639a0
99
---
1010
# Warning C6303
1111

12-
> Format string mismatch: wide character string passed as parameter '\**number*' when character string is required in call to '\**function-name*'
12+
> Format string mismatch: wide character string passed as parameter '*number*' when character string is required in call to '*function-name*'
1313
1414
This warning indicates that a format string is being passed a wide character string when a narrow character string is specified.
1515

0 commit comments

Comments
 (0)