houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 22e2c9de7fe64477ed075ccb1353988762b1b299
parent a50d76b5b463bd4e1cac2c5ac373a2ddc70846aa
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat, 26 Dec 2020 00:41:20 +0000

Update select.c
Diffstat:
Msrc/select.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/select.c b/src/select.c @@ -13,7 +13,8 @@ int callback(void *, int, char **, char **); int sel(int length, const char *charset); int -sel(int length, const char *charset) { +sel(int length, const char *charset) +{ sqlite3 *db; char *err_msg = 0; /*int count = 0;*/