Update lemon to most recent upstream version

This fixes a missing variable initialization.
This commit is contained in:
Ian McInerney 2020-09-22 12:34:05 +01:00
parent b7e7cf9212
commit 00058f79d1
1 changed files with 1 additions and 1 deletions

View File

@ -3517,7 +3517,7 @@ void ReportOutput(struct lemon *lemp)
PRIVATE char *pathsearch(char *argv0, char *name, int modemask)
{
const char *pathlist;
char *pathbufptr;
char *pathbufptr = 0;
char *pathbuf = 0;
char *path,*cp;
char c;