diff options
Diffstat (limited to 'win32/ExternalLexer.cxx')
| -rw-r--r-- | win32/ExternalLexer.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/win32/ExternalLexer.cxx b/win32/ExternalLexer.cxx index b93cca8f4..593bb315a 100644 --- a/win32/ExternalLexer.cxx +++ b/win32/ExternalLexer.cxx @@ -230,7 +230,7 @@ void LexerManager::EnumerateLexers() {  	int i = FindLastSlash(path);  	if (i == -1) -		i = strlen(path); +		i = static_cast<int>(strlen(path));  	SString sPath(path, 0, i); | 
