Commit c0961678 authored by Laurent Aimar's avatar Laurent Aimar

Fixed compilation warning.

parent 4eaced54
...@@ -83,7 +83,7 @@ struct access_sys_t ...@@ -83,7 +83,7 @@ struct access_sys_t
vlc_bool_t b_dump; vlc_bool_t b_dump;
char *psz_path; char *psz_path;
char *psz_ext; const char *psz_ext;
char *psz_file; char *psz_file;
int64_t i_size; int64_t i_size;
FILE *f; FILE *f;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment