- renamed FileRdr back to FileReader.

This commit is contained in:
Christoph Oelckers 2018-03-11 18:32:00 +01:00
commit b939836846
91 changed files with 479 additions and 477 deletions

View file

@ -54,7 +54,7 @@ bool FPlayList::ChangeList (const char *path)
{
FString playlistdir;
FString song;
FileRdr fr;
FileReader fr;
bool first;
bool pls;
int i;
@ -133,7 +133,7 @@ bool FPlayList::ChangeList (const char *path)
return Songs.Size() != 0;
}
FString FPlayList::NextLine (FileRdr &file)
FString FPlayList::NextLine (FileReader &file)
{
char buffer[512];
char *skipper;