You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not really an error.
It just would be smarter if xar_extract_tobuffersz() did something like this:
int err = xar_arcmod_extract(x,f,NULL,*buffer,*size);
if (err != 0) {
*size = 0;
free(buffer);
*buffer = NULL;
}
return err;
It would remove the need to to it in each caller.
Original issue reported on code.google.com by jddu...@gmail.com on 16 Oct 2007 at 7:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jddu...@gmail.com
on 16 Oct 2007 at 7:24The text was updated successfully, but these errors were encountered: