tool: Fixed libcurl source output for multiple operations
authorSteve Holme <steve_holme@hotmail.com>
Sun, 2 Mar 2014 09:28:17 +0000 (09:28 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 2 Mar 2014 09:44:18 +0000 (09:44 +0000)
commit68920b6c113f7e3dd873d4b2d98f712c187b3765
tree58a5d508067ba68c21df022d12963c695e3f5571
parent46b1d0a047faa9afa1de506adb8342f972e0918c
tool: Fixed libcurl source output for multiple operations

Correctly output libcurl source code that includes multiply operations
as specified by --next. Note that each operation evaluates to a single
curl_easy_perform() in source code form.

Also note that the output could be optimised a little so global config
options are only output once rather than per operation as is presently
the case.
src/tool_easysrc.c
src/tool_operate.c