summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-20 07:57:30 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-20 07:57:30 +0300
commit57cbcc6e864abd368bde93154b3580147936201c (patch)
tree157ecbb534f85d83ef39dcb68850e42d7cce6580 /src/gmrequest.c
parent5b8c606183df3054c4691f89c97e346786947914 (diff)
Installing individual TTF files; generate fontpack.ini
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r--src/gmrequest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmrequest.c b/src/gmrequest.c
index f7a22e0a..03a6d999 100644
--- a/src/gmrequest.c
+++ b/src/gmrequest.c
@@ -362,7 +362,7 @@ static const iBlock *aboutPageSource_(iRangecc path, iRangecc query) {
362 return utf8_String(debugInfo_App()); 362 return utf8_String(debugInfo_App());
363 } 363 }
364 if (equalCase_Rangecc(path, "fonts")) { 364 if (equalCase_Rangecc(path, "fonts")) {
365 return utf8_String(infoPage_Fonts()); 365 return utf8_String(infoPage_Fonts(query));
366 } 366 }
367 if (equalCase_Rangecc(path, "feeds")) { 367 if (equalCase_Rangecc(path, "feeds")) {
368 return utf8_String(entryListPage_Feeds()); 368 return utf8_String(entryListPage_Feeds());