examples ecore_buffer: correct argument order for calloc()
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 30 Nov 2015 15:22:02 +0000 (16:22 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 30 Nov 2015 15:31:58 +0000 (16:31 +0100)
commit384261978c47441f10f119f03fa78579866f5731
tree7b7dd37c1092d08569cb2c7f8e31a0c66e794681
parent886c20a43b75256f7895328af2edf40c284f0b4f
examples ecore_buffer: 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/examples/ecore/ecore_buffer_consumer_example.c
src/examples/ecore/ecore_buffer_provider_example.c