mirror of
https://github.com/curl/curl.git
synced 2026-07-27 22:43:12 +03:00
parent
551baf7d64
commit
b042d5297d
26 changed files with 42 additions and 43 deletions
|
|
@ -128,7 +128,7 @@ int main(void)
|
|||
CURLcode res;
|
||||
struct data config;
|
||||
|
||||
config.trace_ascii = 1; /* enable ascii tracing */
|
||||
config.trace_ascii = 1; /* enable ASCII tracing */
|
||||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue