diff options
author | scuri <scuri> | 2010-03-21 22:25:22 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-03-21 22:25:22 +0000 |
commit | 5d0da713f644f05f95448e3946ac2284c1038421 (patch) | |
tree | a7d82c9103342a4136f60178ba46b151616f233e /src/lua5 | |
parent | 7bc01229e8f5431766e1a0a639347ba626c3c196 (diff) |
*** empty log message ***
Diffstat (limited to 'src/lua5')
-rw-r--r-- | src/lua5/imlua_process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua5/imlua_process.c b/src/lua5/imlua_process.c index 299155a..03e4548 100644 --- a/src/lua5/imlua_process.c +++ b/src/lua5/imlua_process.c @@ -2,7 +2,7 @@ * \brief IM Lua 5 Binding * * See Copyright Notice in im_lib.h - * $Id: imlua_process.c,v 1.10 2010/01/08 03:49:05 scuri Exp $ + * $Id: imlua_process.c,v 1.11 2010/03/21 22:29:10 scuri Exp $ */ #include <memory.h> @@ -1709,7 +1709,7 @@ static int imluaProcessCompose(lua_State *L) { imImage *src_image1 = imlua_checkimage(L, 1); imImage *src_image2 = imlua_checkimage(L, 2); - imImage *dst_image = imlua_checkimage(L, 4); + imImage *dst_image = imlua_checkimage(L, 3); imlua_match(L, src_image1, src_image2); imlua_match(L, src_image1, dst_image); |