X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fmessage.c;h=738bcd099bce23a58864841dcd3e51639edb9567;hb=5fe34c1f751845fb0912834069c8e357a4cc0d6d;hp=62954b4cc53f6a8ba395d1ae20a7bec37a1c7a13;hpb=fffe9618ff8a5cfcac207f231b531615dfb0e38f;p=gedcom-parse.git diff --git a/gedcom/message.c b/gedcom/message.c index 62954b4..738bcd0 100644 --- a/gedcom/message.c +++ b/gedcom/message.c @@ -140,7 +140,7 @@ int gedcom_error(const char* s, ...) return res; } -void gedcom_mem_error(char *filename, int line) +void gedcom_mem_error(const char *filename, int line) { gedcom_error(_("Could not allocate memory at %s, %d"), filename, line); }