yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 10d9bdd2594d67c4d038f1577f52fc596c0df176
parent aa6c5eafe8411dc82c6dbc86629e35f81e89dfb8
Author: vx-clutch <[email protected]>
Date:   Wed, 29 Oct 2025 09:36:51 -0400

save

Diffstat:
Msrc/yait.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/yait.c b/src/yait.c @@ -93,7 +93,7 @@ static char *source_replace(const char *restrict template, * - replace all packages with package and authors with author * - return */ - char *buffer = xmalloc(99999999999); + char *buffer = xmalloc(2147483647); return NULL; }