mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.7.1.1
This commit is contained in:
@@ -48,8 +48,8 @@ public class Io_sort_cmd_ns implements Io_make_cmd {
|
||||
private void Flush() {
|
||||
reg_bfr
|
||||
.Add_int_variable(fil_count++).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr(key_bfr_0).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr(key_bfr_n).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr_and_preserve(key_bfr_0).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr_and_preserve(key_bfr_n).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_int_variable(itm_count).Add_byte(Byte_ascii.NewLine);
|
||||
itm_count = 0;
|
||||
key_bfr_0.Clear();
|
||||
|
||||
@@ -123,8 +123,8 @@ public class Xob_make_cmd_site implements Io_make_cmd {
|
||||
private void Flush_reg() {
|
||||
reg_bfr
|
||||
.Add_int_variable(fil_count++).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr(reg_key_0).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr(reg_key_n).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr_and_preserve(reg_key_0).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_bfr_and_preserve(reg_key_n).Add_byte(Byte_ascii.Pipe)
|
||||
.Add_int_variable(itm_count).Add_byte(Byte_ascii.NewLine);
|
||||
itm_count = 0;
|
||||
reg_key_0.Clear();
|
||||
|
||||
Reference in New Issue
Block a user