CXX_BUILD buildfix
This commit is contained in:
parent
cec5f95da0
commit
320d22f5b8
|
@ -236,7 +236,7 @@ static autosave_t *autosave_new(const char *path,
|
|||
if (!buf)
|
||||
{
|
||||
free(handle);
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
handle->buffer = buf;
|
||||
|
|
Loading…
Reference in New Issue