mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
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