Changeset 032dfff0fd8dddb5ce960804574c980a3b8dfb03 for src
- Timestamp:
- 07/21/11 14:18:28 (7 years ago)
- git-parent:
- Files:
-
- src/modules/lua_noit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/modules/lua_noit.c
rbecc5b1 r032dfff 997 997 } 998 998 input = lua_tolstring(L, inputidx, &inlen); 999 lua_pushnumber(L, (double)crc32(start, input, inlen));999 lua_pushnumber(L, (double)crc32(start, (Bytef *)input, inlen)); 1000 1000 return 1; 1001 1001 }