Changeset 461
- Timestamp:
- 07/16/2005 11:35:05 AM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/src/mod_cml_lua.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/src/mod_cml_lua.c
r460 r461 95 95 96 96 static int c_to_lua_push(lua_State *L, int tbl, const char *key, size_t key_len, const char *val, size_t val_len) { 97 fprintf(stderr, "%*s -> %*s\n", key_len, key, val_len, val);98 99 97 lua_pushlstring(L, key, key_len); 100 98 lua_pushlstring(L, val, val_len);

