From 532ad63744cd9c5e657599be0b16652bcc15fe5c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 18 Apr 2023 19:49:57 -0400 Subject: ustar: Shorten macro name --- (limited to 'src/ustar.c') diff --git a/src/ustar.c b/src/ustar.c index 2a386f0..9d95052 100644 --- a/src/ustar.c +++ b/src/ustar.c @@ -254,7 +254,7 @@ opkg_opk_ustar_seek(struct opkg_opk_ustar *ustar, struct opkg_opk_ustar_seek_name *names) { static struct _opkg_opk_ustar_header header; - static char name[OPKG_OPK_USTAR_NAME_MAX_LEN]; + static char name[OPKG_OPK_USTAR_NAME_SIZE]; int found; int found_all; struct opkg_opk_ustar_seek_name *seek_name; -- cgit v0.9.1