Quellcode durchsuchen

WARNING: Fix breaking issue (introduced some days ago)

pull/3935/head
Ray vor 1 Jahr
Ursprung
Commit
2e77443209
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Datei anzeigen

@ -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;
}

Laden…
Abbrechen
Speichern