X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom_date.lex;h=50daf3f876f013c12ea9175fbfb4591aec1d8934;hb=f9adb1850a03a882553eaa6b2747be7e2e48a9be;hp=8d6f887872c5c234854c1c14103de1ab6aab6342;hpb=046119c663e7b595e3288419955b1f4e8ed3a5da;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);