Fix simple define problem

1_00_stable_10817
Glenn L McGrath 2002-09-26 16:01:21 +00:00
parent 6f2ebcaa01
commit a47a3eada6
1 changed files with 3 additions and 2 deletions

View File

@ -80,11 +80,12 @@ extern int ar_main(int argc, char **argv)
archive_handle_t *archive_handle;
int opt;
#ifndef CONFIG_DPKG_DEB
char magic[8];
#endif
#if defined CONFIG_TAR | defined CONFIG_DPKG_DEB | defined CONFIG_CPIO
archive_handle = init_handle();
#else
char magic[8];
archive_handle = xcalloc(1, sizeof(archive_handle_t));
archive_handle->filter = filter_accept_all;
archive_handle->action_data = data_skip;