diff --git a/c4mate b/c4mate index e827fb4..c9f86dc 100755 --- a/c4mate +++ b/c4mate @@ -63,7 +63,7 @@ function MatePad:fetch(api, data) "curl %s --cookie '%s' --cookie-jar '%s' '%s/%s'", self.CURL_FLAGS, self.COOKIE_JAR, self.COOKIE_JAR, self.HOST, api)) end - responce = curl:read("*a") + responce = curl:read() ok, exit, signal = curl:close() if not ok then