Skip to content

Commit c856d6b

Browse files
committed
Address PoliCheck issue
1 parent 367b07d commit c856d6b

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)