Fix bug.
This commit is contained in:
parent
10c8b78a16
commit
e46c49abe0
@ -185,7 +185,7 @@ void *pc_createsrc(char *filename)
|
||||
}
|
||||
|
||||
src->pos = src->buffer;
|
||||
src->end = src->buffer;
|
||||
src->end = src->buffer + src->maxlength;
|
||||
return src;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user