vg_common_json: use %zu for size_t
authorYeongjong Lee <yj34.lee@samsung.com>
Thu, 13 Feb 2020 02:30:27 +0000 (11:30 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 13 Feb 2020 21:34:27 +0000 (06:34 +0900)
commit7599f9f9f2aa6ed6097895b667a4de3fd3d1e3a9
treef02963c72990f0d8c59df1b67f79ce9a69d9304b
parent27d06bc5cc6b39b0b8d6af128032a54b3bd1a4c3
vg_common_json: use %zu for size_t

Summary:
Fixes a compiler warning
```
../src/static_libs/vg_common/vg_common_json.c: In function '_get_key_val':
../src/static_libs/vg_common/vg_common_json.c:16:34: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Wformat=]
```

Test Plan: ninja build

Reviewers: Hermet, jsuya

Reviewed By: jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11327
src/static_libs/vg_common/vg_common_json.c