Skip to content

Commit

Permalink
use unsigned char
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Nov 3, 2023
1 parent 9139a56 commit 6e29562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resty/lmdb/ffi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int ngx_lua_resty_lmdb_ffi_env_info(ngx_lua_resty_lmdb_ffi_status_t *lst, char *
int ngx_lua_resty_lmdb_ffi_execute(ngx_lua_resty_lmdb_operation_t *ops,
size_t n, int need_write, u_char *buf, size_t buf_len, char **err);
size_t n, int need_write, unsigned char *buf, size_t buf_len, char **err);
int ngx_lua_resty_lmdb_ffi_range(ngx_lua_resty_lmdb_operation_t *ops,
size_t n, u_char *buf, size_t buf_len, char **err);
size_t n, unsigned char *buf, size_t buf_len, char **err);
]])

0 comments on commit 6e29562

Please sign in to comment.