diff options
-rw-r--r-- | url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ static const char *Pattern = { "telnet|" "vnc" ")" - ":[^[:space:]>\"]+" + ":([^[:space:]>\"()]|[(][^)]*[)])+" }; static regex_t Regex; |
![]() |
index : ~noa/catgirl | |
Unnamed repository; edit this file 'description' to name the repository. | noa |
summaryrefslogtreecommitdiff |
-rw-r--r-- | url.c | 2 |
@@ -43,7 +43,7 @@ static const char *Pattern = { "telnet|" "vnc" ")" - ":[^[:space:]>\"]+" + ":([^[:space:]>\"()]|[(][^)]*[)])+" }; static regex_t Regex; |