summaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index be0af2b37..cd375f440 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -967,7 +967,7 @@ const char *do_uemis_import(device_data_t *data)
if (!success || !param_buff[3])
break;
/* finally, if the memory is getting too full, maybe we better stop, too */
- if (progress_bar_fraction > 0.85) {
+ if (progress_bar_fraction > 0.80) {
result = translate("gettextFromC", ERR_FS_ALMOST_FULL);
break;
}