Explorar el Código

Merge branch 'raysan5:master' into rlsw

pull/4832/head
Le Juez Victor hace 1 mes
cometido por GitHub
padre
commit
973beee3a6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c Ver fichero

@ -2354,6 +2354,7 @@ bool ChangeDirectory(const char *dir)
bool result = CHDIR(dir);
if (result != 0) TRACELOG(LOG_WARNING, "SYSTEM: Failed to change to directory: %s", dir);
else TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", dir);
return (result == 0);
}

Cargando…
Cancelar
Guardar