X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=261b2b9748e6b6c2f68a826578e0d9ec59c0fc70;hp=d4cfb225b8ffe8771aaa1b3a92b6a53d02fb55ad;hb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;hpb=d57dd73ddbd960613cfc06bc4c9473b71d3598ef diff --git a/src/parser.h b/src/parser.h index d4cfb22..261b2b9 100644 --- a/src/parser.h +++ b/src/parser.h @@ -46,7 +46,7 @@ struct psi_parser { struct psi_parser_input { size_t length; - char *file; + zend_string *file; unsigned lines; char buffer[1]; };