ecore_timer: fix the default return value.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 22 Apr 2015 09:01:14 +0000 (18:01 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 23 Apr 2015 09:34:54 +0000 (18:34 +0900)
commitbd71d818f9943ca1a8545b932d6496ec7e83d55c
tree7e9009c204ed82ce2af7554ce30f1ed7588f2afe
parent023a91dc7de37fbc378be798e28019d3515319de
ecore_timer: fix the default return value.

When this function fails to get the interval value, it should return -1.0.
Currently, the value can be integer(-1.0 has an Error).
Maybe it should be fixed.

@fix
src/lib/ecore/ecore_timer.eo