eina: fix eina_stringshare format warning after commit 912924a
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Tue, 28 Apr 2015 21:50:57 +0000 (23:50 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 28 Apr 2015 21:51:00 +0000 (23:51 +0200)
commit537f11278f4cc8a462c70b8c971a4cf04993c137
tree78c3f57837c4fe70938652ad057a76cd0b38343a
parente65de76e52515d9a54b56d12a054d9ec445b316a
eina: fix eina_stringshare format warning after commit 912924a

Summary:
Since the type of 'r' changed from unsigned short to unsigned int we
need to change its format as well.

Reviewers: stefan_schmidt, raster, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2446

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eina/eina_stringshare.c