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