summaryrefslogtreecommitdiffstats
path: root/src/ustar.c
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-18 19:49:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-18 19:49:57 (EDT)
commit532ad63744cd9c5e657599be0b16652bcc15fe5c (patch)
tree04e6468eef808880d3d52bce6d8b63d20226c1fd /src/ustar.c
parent7c7ea6515ac40f2f41fecc295998bd9ef0cffa78 (diff)
ustar: Shorten macro name
Diffstat (limited to 'src/ustar.c')
-rw-r--r--src/ustar.c2
1 files changed, 1 insertions, 1 deletions
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;