From b4f2ff0c42a3ac4896bf297064585bc3f8c24317 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 26 Jan 2016 06:02:08 +0100 Subject: [PATCH] Another C89_BUILD bugfix --- dynamic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamic.c b/dynamic.c index 14d0b81eb3..d1559bebcb 100644 --- a/dynamic.c +++ b/dynamic.c @@ -1241,9 +1241,10 @@ bool rarch_environment_cb(unsigned cmd, void *data) /* Private extensions for internal use, not part of libretro API. */ case RETRO_ENVIRONMENT_EXEC: { + char *fullpath = NULL; + RARCH_LOG("Environ (Private) EXEC.\n"); - char *fullpath = NULL; runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath); if (fullpath != data)