fixed bug in file.c

This commit is contained in:
alessandrobason 2022-08-22 19:08:20 +01:00
parent ae4da6d73d
commit 1f597c0220

View file

@ -226,6 +226,8 @@ static vec(uint8) _readWholeInternalVec(file_t ctx) {
goto failed_free;
}
_veclen(contents) = read;
failed:
return contents;
failed_free: