diff --git a/src/rcore.c b/src/rcore.c index d5823ad0b..b75b53b4e 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3411,7 +3411,7 @@ void OpenURL(const char *url) else { #if defined(PLATFORM_DESKTOP) - char *cmd = (char *)RL_CALLOC(strlen(url) + 10, sizeof(char)); + char *cmd = (char *)RL_CALLOC(strlen(url) + 32, sizeof(char)); #if defined(_WIN32) sprintf(cmd, "explorer \"%s\"", url); #endif