Skip to content

Commit fe15093

Browse files
authored
Merge pull request #5718 from JKirsch1/policheck-update
Address PoliCheck issue
2 parents 367b07d + c856d6b commit fe15093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_37.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// or an apostrophe(').
44
// typedef CStringT<TCHAR, StrTraitATL<TCHAR, ChTraitsCRT<TCHAR>>> CAtlString;
55

6-
CAtlString src(_T("World Cup '98"));
6+
CAtlString src(_T("abcdef"));
77

88
_tprintf_s(_T("%s"),src.SpanExcluding(_T(";,.-'")));

0 commit comments

Comments
 (0)