X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom_date.lex;h=50daf3f876f013c12ea9175fbfb4591aec1d8934;hb=fffe9618ff8a5cfcac207f231b531615dfb0e38f;hp=8d6f887872c5c234854c1c14103de1ab6aab6342;hpb=b19068b30356a8ef55e0a97095e4846760681e76;p=gedcom-parse.git diff --git a/gedcom/gedcom_date.lex b/gedcom/gedcom_date.lex index 8d6f887..50daf3f 100644 --- a/gedcom/gedcom_date.lex +++ b/gedcom/gedcom_date.lex @@ -140,7 +140,7 @@ int yywrap() static YY_BUFFER_STATE hndl; -void init_gedcom_date_lex(char* string) +void init_gedcom_date_lex(const char* string) { token_nr = 0; hndl = yy_scan_string(string);