liquid_feedback_frontend
diff env/net/curl.lua @ 728:f49cdfb72567
Migration of extos calls from os.* to extos.* comleted
| author | bsw |
|---|---|
| date | Thu Jun 28 16:31:02 2012 +0200 (2012-06-28) |
| parents | c587d8762e62 |
| children |
line diff
1.1 --- a/env/net/curl.lua Thu Jun 28 16:16:02 2012 +0200 1.2 +++ b/env/net/curl.lua Thu Jun 28 16:31:02 2012 +0200 1.3 @@ -1,5 +1,5 @@ 1.4 function net.curl(url) 1.5 - local stdout, errmsg, status = os.pfilter(nil, "curl", url) 1.6 + local stdout, errmsg, status = extos.pfilter(nil, "curl", url) 1.7 if not stdout then 1.8 error("Error while executing curl: " .. errmsg) 1.9 end