Skip to content

Commit 60930fd

Browse files
att
1 parent 89c393b commit 60930fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LuaCEmbed/table/table/append/fdefine.append.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void LuaCEmbedTable_append_arg(LuaCEmbedTable *self, int index){
106106
int formatted_index = index + LUA_CEMBED_INDEX_DIF;
107107

108108
if(formatted_index > self->main_object->total_args){
109-
return LUA_CEMBED_NIL;
109+
return ;
110110
}
111111

112112
char *formated_arg = private_LuaCembed_format(PRIVATE_LUA_CEMBED_ARGS_,self->main_object->stack_leve,formatted_index-1);

0 commit comments

Comments
 (0)