Fix signed and unsigned comparison

This commit is contained in:
Arun Prakash Jana 2022-12-10 21:35:56 +05:30
parent 28ea6e0f36
commit b6bfc740ce
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
#define LIST_INPUT_MAX ((size_t)LIST_FILES_MAX * PATH_MAX)
#define SCROLLOFF 3
#define COLOR_256 256
#define CREATE_NEW_KEY 0xFFFFFFFF
#define CREATE_NEW_KEY (-1)
/* Time intervals */
#define DBLCLK_INTERVAL_NS (400000000)