emotion: correct argument order for calloc()
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 30 Nov 2015 15:23:00 +0000 (16:23 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 30 Nov 2015 15:31:58 +0000 (16:31 +0100)
commit527ac119f1de21034e761b24923b0cb06d946649
treef1b3e790f54bee43a23deff6a4f00085b501a4bf
parent384261978c47441f10f119f03fa78579866f5731
emotion: correct argument order for calloc()

calloc() expects count first and the actual size to allocate as second
argument. Say Thank You to smatch for finding this issues for us.
src/modules/ethumb/emotion/emotion.c