Commit 100beb7f authored by Geoff Simmons's avatar Geoff Simmons

More fiddling with the fields of the reader object struct.

Can't rule out error messages longer than 256 chars.
parent 71c4d321
......@@ -98,7 +98,7 @@ struct VPFX(file_reader) {
char *obj_name;
char *errbuf;
timer_t timerid;
uint8_t errlen;
unsigned short errlen;
};
struct timer_entry {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment