diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 73d70ff..20fdba0 100644 --- a/src/config.h +++ b/src/config.h @@ -28,8 +28,8 @@ extern utf8_int8_t save_path[MAX_INPUT_LENGTH]; extern utf8_int8_t path_buffer[MAX_INPUT_LENGTH]; extern utf8_int8_t filter_buffer[MAX_INPUT_LENGTH]; extern utf8_int8_t query_buffer[MAX_INPUT_LENGTH]; -extern uint16_t ts_thread_count; -extern uint32_t max_file_size; // in MBs +extern int32_t ts_thread_count; +extern int32_t max_file_size; // in MBs extern bool respect_capitalization; void ts_load_config();
\ No newline at end of file |
