Skip to content
Snippets Groups Projects
Commit b0ba0a42 authored by rahix's avatar rahix
Browse files

chore(config): Fix a sign-compare warning


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 7d96d5f0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#define MAX_LINE_LENGTH 80
#define KEYS_PER_BLOCK 16
#define KEY_LENGTH 16
#define NOT_INT_MAGIC 0x80000000
#define NOT_INT_MAGIC ((int)0x80000000)
// one key-value pair representing a line in the config
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment