X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=strbuf.h;h=74cc012c2c62d05cb773c6dd4776af0fdc237dfb;hb=24e22aa8a5762b11a8025c6ad82c945828667d0f;hp=da678e506fcb6219f73d07982b057192cb30beb3;hpb=d1df5743809614241883ecad51876607cf432034;p=git.git diff --git a/strbuf.h b/strbuf.h index da678e506..74cc012c2 100644 --- a/strbuf.h +++ b/strbuf.h @@ -4,7 +4,7 @@ struct strbuf { int alloc; int len; int eof; - unsigned char *buf; + char *buf; }; extern void strbuf_init(struct strbuf *);