fix compile error on tizen_5.0 branch 56/198856/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20190208.044554 accepted/tizen/unified/20190201.061313 submit/tizen/20190131.060448 submit/tizen_5.0/20190130.104749
authorwansuyoo <wansu.yoo@samsung.com>
Wed, 30 Jan 2019 10:19:04 +0000 (19:19 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Wed, 30 Jan 2019 10:19:04 +0000 (19:19 +0900)
Change-Id: I312f82e2f30035b1cd8b19052ebee49bc30d08b1
Signed-off-by: wansuyoo <wansu.yoo@samsung.com>
src/dzl_dockerform.c

index 080e63c..f534cb3 100755 (executable)
@@ -958,7 +958,7 @@ int dockerform_parse_container_info(char *data, dzl_dockerctl_Task * task_info)
 int dockerform_generate_imageload_file(char *filename, char **ret_buf)
 {
        FILE *fd;
-       off_t filelen = 0;
+       int filelen = 0;
        struct stat st;
        int readlen;