Return number of bytes read in readrune()
Could be useful in some cases...
This commit is contained in:
parent
8ab096d2a4
commit
f2e6af7350
|
@ -42,5 +42,5 @@ readrune(const char *file, FILE *fp, Rune *r)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user