This commit is contained in:
KinderRiven 2022-06-12 13:24:08 +08:00
parent 160e5aa91a
commit b456f657b3

View File

@ -297,7 +297,7 @@ int copy_decompressor(const char *self, int output_fd)
return 1;
}
char *buf = reinterpret_cast<char*>(malloc(1ul<<19));
char * buf = reinterpret_cast<char *>(malloc(1ul<<19));
ssize_t n = 0;
do
{