]> git.sesse.net Git - vlc/blobdiff - modules/access/mmap.c
Simplify and fix the block flag test in dirac packetizer.
[vlc] / modules / access / mmap.c
index 9a070857312d8dad4539c1582acd2fa4d6660eaa..8a36040aad316eb673e62d5e9efda5c65f322080 100644 (file)
@@ -116,7 +116,7 @@ static int Open (vlc_object_t *p_this)
 
     if (!S_ISREG (st.st_mode) && !S_ISBLK (st.st_mode))
     {
-        msg_Dbg (p_access, "skipping non regular file %s", path);
+        msg_Dbg (p_access, "skipping non-regular file %s", path);
         goto error;
     }