diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-31 19:20:00 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-31 19:20:00 +0100 |
commit | cbb2b03a4c035e8255243c69c5abd52e40bef66b (patch) | |
tree | aecb980a605119f2451be3b3a2e7a6e9780a7ad5 | |
parent | avtomatski merge je bil. 0.0.20 prvi poskus (diff) | |
download | sear.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 |
Diffstat (limited to '')
-rw-r--r-- | src/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |