This commit is contained in:
gingerBill
2024-03-21 14:59:47 +00:00
parent c8cdb22f0b
commit 6b6f72e7bd

View File

@@ -1599,7 +1599,7 @@ gb_internal Entity *check_ident(CheckerContext *c, Operand *o, Ast *n, Type *nam
for (CIdentSuggestion const &suggestion : c_ident_suggestions) {
if (name == suggestion.name) {
error_line("\tSuggestion: Did you mean %s\n", LIT(suggestion.msg));
error_line("\tSuggestion: Did you mean %.*s\n", LIT(suggestion.msg));
}
}
}