]> git.sesse.net Git - vlc/commitdiff
WinCE: undefined file descriptor use
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Apr 2009 20:16:18 +0000 (23:16 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 5 Apr 2009 20:16:18 +0000 (23:16 +0300)
modules/access_output/file.c

index 6a3cd86d7a7d95873ef64794799fee37da4a8937..7639a0be8119b6193dcea0e5cfe7c6e821e499b8 100644 (file)
@@ -124,6 +124,7 @@ static int Open( vlc_object_t *p_this )
         msg_Dbg( p_access, "using stdout" );
 #else
 #warning stdout is not supported on Windows Mobile, but may be used on Windows CE
+        fd = -1;
 #endif
     }
     else