Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289260
Collapse All | Expand All

(-)a/libarchive/archive_util.c (+1 lines)
Lines 148-153 Link Here
148
void
148
void
149
archive_clear_error(struct archive *a)
149
archive_clear_error(struct archive *a)
150
{
150
{
151
	a->archive_error_number = 0;
151
	archive_string_empty(&a->error_string);
152
	archive_string_empty(&a->error_string);
152
	a->error = NULL;
153
	a->error = NULL;
153
}
154
}

Return to bug 289260