Parcourir la source

WARNING: Fix breaking issue (introduced some days ago)

pull/3935/head
Ray il y a 1 an
Parent
révision
2e77443209
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Voir le fichier

@ -1964,7 +1964,7 @@ const char *GetFileName(const char *filePath)
if (filePath != NULL) fileName = strprbrk(filePath, "\\/");
if (fileName != NULL) return filePath;
if (fileName == NULL) return filePath;
return fileName + 1;
}

Chargement…
Annuler
Enregistrer