edje - fix edje lua usage for lua 5.2 to not go crazy on memory allocs
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 31 Dec 2013 01:00:17 +0000 (10:00 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 31 Dec 2013 01:00:17 +0000 (10:00 +0900)
commit27eed1bc4e932c4aa811337a6db855351bf2d58a
tree3dff91d4cb331ba14dbbc6a0d58ae1860bbf84c9
parent2373e1f6365baa0e37ef11385d88622c0171c3b4
edje - fix edje lua usage for lua 5.2 to not go crazy on memory allocs

this fixes T323 - this is a change in lua 5.2 that makes osize encode
the type of data being allocated where 5.1 didn't do it and the math
was thus screwed as a result. comments in the diff.

cherry-pick me!
src/lib/edje/edje_lua2.c