Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
293d390a
Commit
293d390a
authored
Oct 04, 2004
by
gbazin
Browse files
* modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
parent
72a89a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/dummy/decoder.c
View file @
293d390a
...
...
@@ -2,7 +2,7 @@
* decoder.c: dummy decoder plugin for vlc.
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id
: decoder.c,v 1.10 2004/01/25 22:16:26 rocky Exp
$
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -68,7 +68,7 @@ int E_(OpenDecoder) ( vlc_object_t *p_this )
{
decoder_t
*
p_dec
=
(
decoder_t
*
)
p_this
;
decoder_sys_t
*
p_sys
;
char
psz_file
[
PATH
_MAX
];
char
psz_file
[
MAX_
PATH
];
vlc_value_t
val
;
/* Allocate the memory needed to store the decoder's structure */
...
...
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