summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 700cc36..7d554f5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -107,7 +107,7 @@ _opkg_opk_main_extract(const char *file_name, const char *outer_member,
static int
_opkg_opk_main_read_control(struct opkg_opk_ustar *ustar)
{
- char buffer[OPKG_OPK_USTAR_RECORD_SIZE];
+ char *buffer;
size_t size;
int ret;