Przeglądaj źródła

WARNING: Fix breaking issue (introduced some days ago)

pull/3935/head
Ray 1 rok temu
rodzic
commit
2e77443209
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz