Commit 37708112 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unused variable.

parent 9d56c184
......@@ -199,7 +199,7 @@ static ssize_t ReadNull( access_t *p_access, uint8_t *p_buffer, size_t i_len)
static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len)
{
char *psz;
int i_mode, i_activity;
int i_mode;
char *psz_name = strdup (p_access->psz_path);
if( psz_name == NULL )
......
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