From cbb2b03a4c035e8255243c69c5abd52e40bef66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 31 Jan 2022 19:20:00 +0100 Subject: v drugo gre radio --- src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3