Fix static analysis issue 21/283021/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Sun, 16 Oct 2022 23:53:05 +0000 (08:53 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Sun, 16 Oct 2022 23:53:05 +0000 (08:53 +0900)
Fix wrong type.

Change-Id: Ifcc20a54b080450a3f055089854951b66be6afc6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/install_preload_pkg/install_preload_pkg.c

index f3669f9..73ff345 100644 (file)
@@ -85,7 +85,7 @@ typedef struct pkgfile_info {
        char *backend_type;
        install_type install_type;
        bool skip_check_reference;
-       uint pkg_size;
+       long pkg_size;
 } pkgfile_info;
 
 GList *pkgfile_info_list;