From: Steve Holme Date: Sat, 1 Mar 2014 18:06:07 +0000 (+0000) Subject: tool_operate.c: Fixed compilation error X-Git-Tag: curl-7_36_0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36802d6e0c402969cb64ef9dd0d0b799165198d8;p=thirdparty%2Fcurl.git tool_operate.c: Fixed compilation error incompatible types - from 'OperationConfig *' to 'GlobalConfig *' --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 2eeb51acf7..8e1b1a58d9 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1773,7 +1773,7 @@ static CURLcode operate_do(struct GlobalConfig *global, /* Dump the libcurl code if previously enabled. NOTE: that this function relies on config->errors amongst other things so not everything can be closed and cleaned before this is called */ - dumpeasysrc(config); + dumpeasysrc(global); #endif /* Release metalink related resources here */