Prevent infinite loop in `ReadConfigFile`
If ReadLine
fails, break the loop. Without this, the function goes into an infinite loop if FName
is a directory.
If ReadLine
fails, break the loop. Without this, the function goes into an infinite loop if FName
is a directory.