eina_list: Optimize eina_list_nth() call in case of index 0.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Mar 2014 15:01:48 +0000 (00:01 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Mar 2014 15:03:01 +0000 (00:03 +0900)
commit13d1e5dcf0cacf537bbdaf56e2d9418b0d075211
treeef33126fd4cd916e9784e354fc77f79cc37c2d66
parent257607cc69abae7de92810c9a8ee64610be1c905
eina_list: Optimize eina_list_nth() call in case of index 0.

Check null and return the list data directly if the index 'n' is 0.
src/lib/eina/eina_list.c