Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e06d5fd0
Commit
e06d5fd0
authored
Jun 22, 2010
by
Joseph S. Atkinson
Committed by
Rafaël Carré
Jun 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file.c: Typo fix
Signed-off-by:
Rafaël Carré
<
rafael.carre@gmail.com
>
parent
b028610a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
THANKS
THANKS
+1
-0
modules/access/file.c
modules/access/file.c
+1
-1
No files found.
THANKS
View file @
e06d5fd0
...
...
@@ -180,6 +180,7 @@ John Paul Lorenti <jpl31 at columbia.edu> - ALSA device selection patch
Jon Stødle <jonstodle at gmail.com> - Norwegian Nynorsk translation
Jonas Larsen <jonas at vrt.dk> - Danish translation
Jörg <vlc-ml at aab.noctis dot de> - VLM seek/show media functions
Joseph S. Atkinson - FreeBSD port / patches
Joseph Tulou <brezhoneg1 at yahoo.fr> - small dc1394 patch, image demuxer
Jouni Kähkönen - Finnish translation
Julien Blache <jb at technologeek.org> - disc ejection code
...
...
modules/access/file.c
View file @
e06d5fd0
...
...
@@ -96,7 +96,7 @@ static bool IsRemote (int fd)
if
(
fstatvfs
(
fd
,
&
stf
))
return
false
;
/* fstatvfs() is in POSIX, but MNT_LOCAL is not */
return
!
(
s
.
f_flag
&
MNT_LOCAL
);
return
!
(
s
tf
.
f_flag
&
MNT_LOCAL
);
#elif defined (HAVE_LINUX_MAGIC_H)
struct
statfs
stf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment