summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-01-31 19:20:00 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2022-01-31 19:20:00 +0100
commitcbb2b03a4c035e8255243c69c5abd52e40bef66b (patch)
treeaecb980a605119f2451be3b3a2e7a6e9780a7ad5
parentavtomatski merge je bil. 0.0.20 prvi poskus (diff)
downloadsear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar.gz
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar.bz2
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar.lz
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar.xz
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.tar.zst
sear.c-cbb2b03a4c035e8255243c69c5abd52e40bef66b.zip
-rw-r--r--src/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api.c b/src/api.c
index 1a8c85a..a48613f 100644
--- a/src/api.c
+++ b/src/api.c
@@ -174,7 +174,7 @@ enum sc_return sc_query_google (const char * s, /* breaking change: changed retu
rs = SC_EMPTYRESPONSE;
goto rc;
}
- if (!strstr(txtdoc, "In the meantime, solving the above CAPTCHA will let you continue")) {
+ if (strstr(txtdoc, "In the meantime, solving the above CAPTCHA will let you continue")) {
rs = SC_CAPTCHA;
goto rc;
}