raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7d46b212dc13cf52b549e11db12b574723eb7357
commit 7d46b212dc13cf52b549e11db12b574723eb7357 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Jan 10 17:16:43 2014 +0900 elm prefs - useless staement as _deltai() already fills in *val this should fix 1040028 --- src/bin/elm_prefs_cc_parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/elm_prefs_cc_parse.c b/src/bin/elm_prefs_cc_parse.c index 747c732..1028e5e 100644 --- a/src/bin/elm_prefs_cc_parse.c +++ b/src/bin/elm_prefs_cc_parse.c @@ -1008,13 +1008,11 @@ _funci(char *s, int *val) { s += 5; s = _deltai(s, val); - *val = *val; } else if (!strncmp(s, "ceil(", 5)) { s += 4; s = _deltai(s, val); - *val = *val; } else { --
