From 478aafcf8707b8b599561a9d79c92c8b0d310f61 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 2 Apr 2026 01:06:31 +0300 Subject: fix: fixed unused 'locale' parameter on pagination --- src/Routes/Images.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Routes/Images.c') diff --git a/src/Routes/Images.c b/src/Routes/Images.c index 9d45be7..f81d331 100644 --- a/src/Routes/Images.c +++ b/src/Routes/Images.c @@ -73,7 +73,7 @@ int images_handler(UrlParams *params) { char ***pager_matrix = NULL; int *pager_inner_counts = NULL; - int pager_count = build_pagination(page, locale, images_href_builder, + int pager_count = build_pagination(page, images_href_builder, (void *)raw_query, &pager_matrix, &pager_inner_counts); if (pager_count > 0) { -- cgit v1.2.3