From 455a635080a1c1c4b164af3060836f0d8c1b3c1c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 24 Aug 2020 13:15:00 +0300 Subject: Updated for the_Foundation API changes --- src/gmcerts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmcerts.c') diff --git a/src/gmcerts.c b/src/gmcerts.c index b8fb6a7f..e13e9a8d 100644 --- a/src/gmcerts.c +++ b/src/gmcerts.c @@ -264,7 +264,7 @@ static void load_GmCerts_(iGmCerts *d) { iRegExp * pattern = new_RegExp("([^\\s]+) ([0-9]+) ([a-z0-9]+)", 0); const iRangecc src = range_Block(collect_Block(readAll_File(f))); iRangecc line = iNullRange; - while (nextSplit_Rangecc(&src, "\n", &line)) { + while (nextSplit_Rangecc(src, "\n", &line)) { iRegExpMatch m; init_RegExpMatch(&m); if (matchRange_RegExp(pattern, line, &m)) { -- cgit v1.2.3