diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-01-12 23:19:03 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-01-12 23:19:03 -0800 |
| commit | 0d5803047b9bfbbe9bc3892be50140509c611d1e (patch) | |
| tree | 395719f629f85be3d35a2f22b05d6accec70cc7f /bb.h | |
| parent | 8b4c66e144ed68d947f9a8b36468c1fa20873dc5 (diff) | |
Fixed memory leak.
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.20.4" +#define BB_VERSION "0.20.5" #ifndef PATH_MAX #define PATH_MAX 4096 |
