mirror of
https://github.com/jarun/nnn.git
synced 2025-03-14 18:54:07 +00:00
Fix signed and unsigned comparison
This commit is contained in:
parent
28ea6e0f36
commit
b6bfc740ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue