fix warning

This commit is contained in:
hummypkg 2016-11-21 11:09:21 +00:00 committed by HummyPkg
parent 18e2ae9938
commit 2b0eeebc30
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ string_to_end(struct epg *epg, struct descriptor *d, int sofar,
static char *
read_lstring(struct epg *epg, unsigned int *len)
{
int l = epg->bin[epg->offset++];
unsigned int l = epg->bin[epg->offset++];
char *c;
/* Check that there is enough file left. */