mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-03 11:48:00 +02:00
feat: utf8 support & partial ui.c refactor
This commit is contained in:
@@ -117,7 +117,6 @@ union typ_ptr {
|
||||
struct Vector* vec;
|
||||
uintptr_t ptr;
|
||||
};
|
||||
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
|
||||
struct parser_error parse_key(enum introspection_type typ, union typ_ptr at,
|
||||
char* key, size_t offset) {
|
||||
char* aux_str = NULL;
|
||||
|
Reference in New Issue
Block a user