diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-16 22:15:51 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-16 22:15:51 +0300 |
| commit | f2a99859f0c66ba17765c036a173e7f29927327a (patch) | |
| tree | 88f05aaf4944f0fa5a575f9bc2ea852fa1d71e1c /config.h | |
| parent | c6db3a75f756d790ede966c34adc3dbc793803d1 (diff) | |
| download | astar-f2a99859f0c66ba17765c036a173e7f29927327a.tar.xz | |
Fix costs
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #define CURSOR_CHAR_1 '<' #define CURSOR_CHAR_2 '>' -#define MESSAGE_MAX_SIZE 128 +#define MESSAGE_MAX_SIZE 256 #define FILENAME_BUF_SIZE 128 #define FILENAME_PROMPT "Filename:" |
