aboutsummaryrefslogtreecommitdiff
path: root/src/wine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wine.c')
-rw-r--r--src/wine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wine.c b/src/wine.c
index c37f7bd..f1b3823 100644
--- a/src/wine.c
+++ b/src/wine.c
@@ -70,7 +70,7 @@ COMMAND(wine, download)
fprintf(stderr, "Downloading %s\n", name);
- archive = downloadToRam(json_object_get_string(temp));
+ archive = downloadToRam(json_object_get_string(temp), 0L);
if (archive)
{
fprintf(stderr, "Extracting %s\n", name);