MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / PrepareFilterStr

Function PrepareFilterStr

src/Helpers.c:1263–1271  ·  view source on GitHub ↗

============================================================================= PrepareFilterStr()

Source from the content-addressed store, hash-verified

1261// PrepareFilterStr()
1262//
1263void PrepareFilterStr ( LPWSTR lpFilter )
1264{
1265 LPWSTR psz = StrEnd ( lpFilter );
1266 while ( psz != lpFilter ) {
1267 if ( * ( psz = CharPrev ( lpFilter, psz ) ) == L'|' ) {
1268 *psz = L'\0';
1269 }
1270 }
1271}
1272
1273
1274//=============================================================================

Callers 4

RunDlgProcFunction · 0.85
Style_ImportFunction · 0.85
Style_ExportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected