Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. diff --git a/src/input/mpegts/scanfile.c b/src/input/mpegts/scanfile.c
  2. index 3f77321..f4989ae 100644
  3. --- a/src/input/mpegts/scanfile.c
  4. +++ b/src/input/mpegts/scanfile.c
  5. @@ -794,6 +794,8 @@ scanfile_load_dir
  6.  
  7. tvhtrace(LS_SCANFILE, "load dir %s", path);
  8.  
  9. + return;
  10. +
  11. if (lvl >= 3) return;
  12. if (!(dir = fb_opendir(path))) return;
  13. lvl++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement