mirror of https://github.com/fairyglade/ly.git
fixed potential (harmless) error in desktop.c
This commit is contained in:
parent
22f906bc3e
commit
23aa373f27
|
@ -8,7 +8,7 @@
|
||||||
/* array sizes */
|
/* array sizes */
|
||||||
#define LY_LIM_LINE_FILE 256
|
#define LY_LIM_LINE_FILE 256
|
||||||
#define LY_LIM_LINE_CONSOLE 256
|
#define LY_LIM_LINE_CONSOLE 256
|
||||||
#define LY_LIM_PATH 256
|
#define LY_LIM_PATH 512
|
||||||
#define LY_LIM_CMD 256
|
#define LY_LIM_CMD 256
|
||||||
|
|
||||||
/* behaviour */
|
/* behaviour */
|
||||||
|
|
Loading…
Reference in New Issue