rename: getdigits_safe => try_getdigits

This commit is contained in:
Justin M. Keyes
2019-09-13 17:23:02 -07:00
parent 427cf16e44
commit 0a24a2c314
3 changed files with 10 additions and 10 deletions

View File

@@ -5078,7 +5078,7 @@ chk_modeline(
} else {
e = s + 3;
}
if (getdigits_safe(&e, &vers) != OK) {
if (!try_getdigits(&e, &vers)) {
continue;
}