Skip to content

Commit

Permalink
Merge pull request #11891 from ace20022/fix_bd_iso_simp
Browse files Browse the repository at this point in the history
Revert "[bluray] Early return if requested "dir" is in fact a file."
  • Loading branch information
ace20022 committed Mar 22, 2017
2 parents 1991ebb + 44f7e51 commit 5ad6cea
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ int DllLibbluray::dir_read(BD_DIR_H *dir, BD_DIRENT *entry)

BD_DIR_H *DllLibbluray::dir_open(const char* dirname)
{
if (CFile::Exists(dirname))
return NULL;

CLog::Log(LOGDEBUG, "CDVDInputStreamBluray - Opening dir %s\n", dirname);
SDirState *st = new SDirState();

Expand Down

0 comments on commit 5ad6cea

Please sign in to comment.