Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
(r)query: fix typo
Baptiste Daroussin committed 3 years ago
commit cfe41eea1531b41b5b18a18e370158f222753565
parent 78ddf4692bdf50ced742191b7498ed802dec29bf
1 file changed +1 -1
modified src/query.c
@@ -710,7 +710,7 @@ bad_option:
				} else {
					state = NEXT_IS_INT;
				}
-
				if (str[0] == "~" && state == NEXT_IS_STRING) {
+
				if (str[0] == '~' && state == NEXT_IS_STRING) {
					str++;
					collate_nocase = true;
				}