Fixed return values of several functions (e.g. return FALSE for pointer types).
This commit is contained in:
@@ -173,7 +173,7 @@ static int custom_fmt_cb(Vstr_base *base, size_t pos, Vstr_fmt_spec *fmt_spec)
|
||||
{
|
||||
vstr_add_buf(base, pos, buf, written);
|
||||
}
|
||||
return TRUE;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user