PackageManager: Converted cmdline interface to C
[reactos.git] / rosapps / packmgr / lib / download.cpp
index 8d450f3..51ab771 100644 (file)
@@ -53,7 +53,8 @@ char* PML_Download (const char* url, const char* server = "tree", const char* fi
 \r
        // get the url\r
        \r
-       if (!server);\r
+       if (!server)\r
+               strcpy(downl, "");\r
 \r
        else if(!strcmp(server, "tree")) \r
                strcpy(downl, tree_server);\r