apple
This commit is contained in:
parent
f462256db2
commit
a8ec4910fd
12 changed files with 18 additions and 12 deletions
|
|
@ -108,7 +108,7 @@ Bgetfield(Biobuf *bp, int type, void *thing, int size) {
|
|||
while (!bailout && (r = Bgetrune(bp))>=0) {
|
||||
switch (sindex++) {
|
||||
case 0:
|
||||
if (*c == '0') {
|
||||
if (r == '0') {
|
||||
base = 8;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue