libtcore: fix calloc parameters order
authorRonald Tessier <ronald.tessier@linux.intel.com>
Wed, 9 Jan 2013 16:30:40 +0000 (17:30 +0100)
committerwootak.jung <wootak.jung@samsung.com>
Sun, 24 Mar 2013 09:03:05 +0000 (18:03 +0900)
commit522c9b056ac38719bfd210f81d1dbac5eee133b1
tree2436e1e98e541403f1a7f92c2882083c8ae3eb2e
parent21a8c8d5b368ae0f1d874b035e9ea5d16e8fe999
libtcore: fix calloc parameters order

void *calloc(size_t nmemb, size_t size);
The calloc() function  allocates memory for an array of nmemb elements
of size bytes each and returns a pointer to the allocated memory.
23 files changed:
src/at.c
src/co_call.c
src/co_context.c
src/co_gps.c
src/co_modem.c
src/co_network.c
src/co_phonebook.c
src/co_ps.c
src/co_sap.c
src/co_sat.c
src/co_sim.c
src/co_sms.c
src/co_ss.c
src/communicator.c
src/core_object.c
src/hal.c
src/mux.c
src/plugin.c
src/queue.c
src/server.c
src/storage.c
src/udev.c
src/user_request.c