repo: uritools
action: commit
revision: 
path_from: 
revision_from: 93a9047eec871b42c0cab5fdad43f2a0893a2fd7:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 93a9047eec871b42c0cab5fdad43f2a0893a2fd7
Author: epoch 
Date:   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
index 641ed45dfecda69d61b9e2beb081848ec2146d6d..
index ..871e98efea3c8bea8be216a33a90a966af992191 100644
--- 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-----