From e55138d0e19f5119d55333723613d5ccee5a905c Mon Sep 17 00:00:00 2001 From: Seth VanHeulen Date: Sat, 16 Apr 2016 12:13:04 -0400 Subject: [PATCH] fixed skipping files during network install --- source/ui/section/networkinstall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ui/section/networkinstall.c b/source/ui/section/networkinstall.c index 77300b4..42d570d 100644 --- a/source/ui/section/networkinstall.c +++ b/source/ui/section/networkinstall.c @@ -172,7 +172,7 @@ static void networkinstall_install_update(ui_view* view, void* data, float* prog return; } } else { - networkInstallData->processed++; + networkInstallData->installResult.finished = true; } } } @@ -296,4 +296,4 @@ void networkinstall_open() { view->drawTop = NULL; view->drawBottom = networkinstall_wait_draw_bottom; ui_push(view); -} \ No newline at end of file +}