Fixed: [Type / Endianism problem in yang_parse_file #128](https://github.com/clicon/clixon/issues/128)

This commit is contained in:
Olof hagsand 2020-08-21 13:33:38 +02:00
parent 0e4df0e8fc
commit 6be4b18391
2 changed files with 2 additions and 1 deletions

View file

@ -547,7 +547,7 @@ yang_parse_file(int fd,
{
char *buf = NULL;
int i;
int c;
char c;
int len;
yang_stmt *ymod = NULL;
int ret;