All pastes #2090823 Raw Edit

Something

public text v1 · immutable
#2090823 ·published 2011-10-17 15:06 UTC
rendered paste body
int tmp_integer = lua_tointeger(L, i);
			char* tmp_string = malloc( 21 * sizeof(char)); /*FIXME choose a proper size*/
			sprintf(tmp_string, "%d", tmp_integer);
			a[i - 1] = tmp_string;