minor casts

This commit is contained in:
Riccardo Mottola 2023-01-13 18:23:17 +01:00
parent fdebc6367f
commit 7ce2cd367a

View file

@ -339,7 +339,7 @@ static NSMutableDictionary * syntaxDefinitions = nil;
NSLog(_(@"Missing keyword pattern declaration "
@"in context %i keyword %i. Ignoring all the "
@"remaining of the keywords in this context."),
i, j);
(int)i, (int)j);
break;
}
pattern = CompileTextPattern(keywordString);