include: Upstream update for GTKWave
This commit is contained in:
parent
b59c23d346
commit
fe0dae74c1
|
|
@ -285,7 +285,7 @@ static char *fstRealpath(const char *path, char *resolved_path)
|
|||
#if (defined(__MACH__) && defined(__APPLE__))
|
||||
if(!resolved_path)
|
||||
{
|
||||
resolved_path = (unsigned char *)malloc(PATH_MAX+1); /* fixes bug on Leopard when resolved_path == NULL */
|
||||
resolved_path = (char *)malloc(PATH_MAX+1); /* fixes bug on Leopard when resolved_path == NULL */
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue