Commit d00e6403 authored by Elodie Thomann's avatar Elodie Thomann Committed by Rafaël Carré

Fix bad type for stream index

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent b2cce4d8
......@@ -824,7 +824,7 @@ static int Start( access_t *p_access, uint64_t i_pos )
i_select = 0;
}
net_Printf( p_access, p_sys->fd, NULL,
"ffff:%d:%d ", i, i_select );
"ffff:%x:%d ", i, i_select );
}
}
net_Printf( p_access, p_sys->fd, NULL, "\r\n" );
......
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