September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -13,14 +13,14 @@ show_sdiff(record u, record x)
|
|||
} else {
|
||||
r_p_integer(r, s, 0);
|
||||
}
|
||||
} while (r_greater(x, s, s));
|
||||
} while (rsk_greater(x, s, s));
|
||||
}
|
||||
|
||||
if (r_first(r, s)) {
|
||||
do {
|
||||
o_text(s);
|
||||
o_byte('\n');
|
||||
} while (r_greater(r, s, s));
|
||||
} while (rsk_greater(r, s, s));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue