This commit is contained in:
David Anderson 2014-07-02 21:59:04 -07:00
parent 10c8b78a16
commit e46c49abe0

View File

@ -185,7 +185,7 @@ void *pc_createsrc(char *filename)
} }
src->pos = src->buffer; src->pos = src->buffer;
src->end = src->buffer; src->end = src->buffer + src->maxlength;
return src; return src;
} }