diff options
author | onefang | 2021-09-14 14:01:05 +1000 |
---|---|---|
committer | onefang | 2021-09-14 14:01:05 +1000 |
commit | 255edb2d723ccff6dd2f5ad3ea4888da9cc9a3dd (patch) | |
tree | 6350c49922731390ad2af30852aa58f03ea82cf6 | |
parent | New lines in the emails. (diff) | |
download | opensim-SC-255edb2d723ccff6dd2f5ad3ea4888da9cc9a3dd.zip opensim-SC-255edb2d723ccff6dd2f5ad3ea4888da9cc9a3dd.tar.gz opensim-SC-255edb2d723ccff6dd2f5ad3ea4888da9cc9a3dd.tar.bz2 opensim-SC-255edb2d723ccff6dd2f5ad3ea4888da9cc9a3dd.tar.xz |
TODO++
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 41cc886..08d0092 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -975,6 +975,7 @@ void freeLuaTree(qtreetbl_t *tree) | |||
975 | } | 975 | } |
976 | 976 | ||
977 | 977 | ||
978 | // TODO replace these with Lua2Tree. | ||
978 | int Lua2hashtbl(char *file, qhashtbl_t *hash, char *var) | 979 | int Lua2hashtbl(char *file, qhashtbl_t *hash, char *var) |
979 | { | 980 | { |
980 | int ret = FALSE; | 981 | int ret = FALSE; |
@@ -1039,7 +1040,6 @@ int Lua2hashtbl(char *file, qhashtbl_t *hash, char *var) | |||
1039 | return ret; | 1040 | return ret; |
1040 | } | 1041 | } |
1041 | 1042 | ||
1042 | |||
1043 | int LuaToHash(reqData *Rd, char *file, char *var, qhashtbl_t *tnm, int ret, struct stat *st, struct timespec *now, char *type) | 1043 | int LuaToHash(reqData *Rd, char *file, char *var, qhashtbl_t *tnm, int ret, struct stat *st, struct timespec *now, char *type) |
1044 | { | 1044 | { |
1045 | struct timespec then; | 1045 | struct timespec then; |