From 9b8066b89e482bbc3360b8ee27e9ba7e7e026402 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Thu, 19 May 2016 15:34:04 -0700 Subject: [PATCH] Increase maximum CDN contents. --- source/ui/section/action/installcdn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/section/action/installcdn.c b/source/ui/section/action/installcdn.c index df7e409..6dfbc98 100644 --- a/source/ui/section/action/installcdn.c +++ b/source/ui/section/action/installcdn.c @@ -14,7 +14,7 @@ #include "../../../core/screen.h" #include "../../../core/util.h" -#define CONTENTS_MAX 64 +#define CONTENTS_MAX 256 typedef struct { ticket_info* ticket;