mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Fix signed and unsigned comparison
This commit is contained in:
parent
28ea6e0f36
commit
b6bfc740ce
|
@ -195,7 +195,7 @@
|
||||||
#define LIST_INPUT_MAX ((size_t)LIST_FILES_MAX * PATH_MAX)
|
#define LIST_INPUT_MAX ((size_t)LIST_FILES_MAX * PATH_MAX)
|
||||||
#define SCROLLOFF 3
|
#define SCROLLOFF 3
|
||||||
#define COLOR_256 256
|
#define COLOR_256 256
|
||||||
#define CREATE_NEW_KEY 0xFFFFFFFF
|
#define CREATE_NEW_KEY (-1)
|
||||||
|
|
||||||
/* Time intervals */
|
/* Time intervals */
|
||||||
#define DBLCLK_INTERVAL_NS (400000000)
|
#define DBLCLK_INTERVAL_NS (400000000)
|
||||||
|
|
Loading…
Reference in a new issue