repo: uritools action: commit revision: path_from: revision_from: 93a9047eec871b42c0cab5fdad43f2a0893a2fd7: path_to: revision_to:
commit 93a9047eec871b42c0cab5fdad43f2a0893a2fd7 Author: epochDate: Mon Aug 14 18:36:10 2023 -0500 explicitly set the rule to be signed because on a raspi it seemed to default to unsigned diff --git a/urimatch.c b/urimatch.c
--- a/urimatch.c
+++ b/urimatch.c
@@ -11,7 +11,7 @@
#define MATCH_REVERSE -1
// return 1 if the match and rule should have the main function print this URL.
-int match(char rule,char *part,char *arg) {
+int match(signed char rule,char *part,char *arg) {
switch(rule) {
case MATCH_UNEXIST:
if(part == 0) return 1;
-----END OF PAGE-----