Skip to content

Commit b86b697

Browse files
Updated C6064
Removed extra characters
1 parent 8f602fd commit b86b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6064.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: d8f126aa-b093-440e-820f-65b8e6cffaba
99
---
1010
# Warning C6064
1111

12-
> Missing integer argument to '\**function-name*' corresponding to conversion specifier '\**number*'
12+
> Missing integer argument to '*function-name*' corresponding to conversion specifier '*number*'
1313
1414
This warning indicates that not enough arguments are being provided to match a format string and one of the missing arguments is an integer.
1515

0 commit comments

Comments
 (0)