Skip to content

Commit def69e4

Browse files
authored
Update BadWchar.ql
Fixing description
1 parent 4a20b93 commit def69e4

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/Microsoft/Likely Bugs/Likely Typos

1 file changed

+1
-1
lines changed

cpp/ql/src/Microsoft/Likely Bugs/Likely Typos/BadWchar.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id cpp/microsoft/public/typo/bad-wchar
33
* @name Initialization of bad wide char
4-
* @description wchar_t should initialized with L prefix but might be initialized inside single quote. E.g. 'L\0' instead of L'\0'
4+
* @description wchar_t should be initialized with L prefix but might be initialized inside single quote. E.g. 'L\0' instead of L'\0'
55
* @kind problem
66
* @problem.severity error
77
* @precision high

0 commit comments

Comments
 (0)