mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 20:49:24 +00:00
Update lemon to most recent upstream version
This fixes a missing variable initialization.
This commit is contained in:
parent
b7e7cf9212
commit
00058f79d1
2
thirdparty/lemon/lemon.c
vendored
2
thirdparty/lemon/lemon.c
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user