Commit fccd918
committed
os.h.in: make sure PATH_MAX is defined to a non zero value
PATH_MAX is used throughout the project. On Ubuntu PATH_MAX is not
set, so the os.h was setting it to 0, which caused strange errors.
Signed-off-by: Paul Barrette <paulbarrette@gmail.com>1 parent 6608869 commit fccd918
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments