Skip to content

Commit 87c65b5

Browse files
Updated C6302
Removed extra characters
1 parent 7f78424 commit 87c65b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6302.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: b0b33103-6a0a-4c5b-bdb4-1b55ce877e74
99
---
1010
# Warning C6302
1111

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

0 commit comments

Comments
 (0)