Fix report_progress when sent file size is less than 1KB 34/320134/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 8 Nov 2024 06:04:17 +0000 (15:04 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 8 Nov 2024 06:04:20 +0000 (15:04 +0900)
commit44fd10dbfa4d4952f933407bb6d75f300b0c919f
tree15eeee10e5ca1f2e745d535a88910bba568c9d88
parentfa0355b4c2df465a5d201aaa357bb740f6ca655b
Fix report_progress when sent file size is less than 1KB

When sent file is less than 1KB, there is a divide-by zero error.
Check size less than 1KB to fix the issue.

Change-Id: Ie73fa6e9151f635a6420153c025654462238498c
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
lthor.c