Intialize to prevent a 'may be used uninitialized' warning

This commit is contained in:
Erik Hofman
2011-12-19 15:29:25 +01:00
parent f9332b813e
commit 69c5d5c86e

View File

@@ -94,7 +94,7 @@ private:
int main(int argc, char* argv[])
{
HTTP::Client cl;
SGFile* outFile;
SGFile* outFile = 0;
string proxy, proxyAuth;
string_list headers;
string url;