Compare commits
No commits in common. "e5ddd6a6af2db0781ec5567bfcd9190279ae55d9" and "330e81fa897579174ada77f4d12ed1f974975316" have entirely different histories.
e5ddd6a6af
...
330e81fa89
4
hex.c
4
hex.c
@ -648,9 +648,9 @@ app_write_footer (struct row_buffer *b, char id, int len, const char *fmt, ...)
|
||||
static void
|
||||
app_footer_field (struct row_buffer *b, char id, int len, const char *fmt, ...)
|
||||
{
|
||||
const char *coding = "";
|
||||
const char *coding;
|
||||
if (len <= 1)
|
||||
;
|
||||
coding = "";
|
||||
else if (g_ctx.endianity == ENDIANITY_LE)
|
||||
coding = "le";
|
||||
else if (g_ctx.endianity == ENDIANITY_BE)
|
||||
|
2
liberty
2
liberty
@ -1 +1 @@
|
||||
Subproject commit 34f86651f6220038c0ee07d3f422a52d9b081f02
|
||||
Subproject commit 8822d06091942454324936329bfade6a47444d70
|
2
termo
2
termo
@ -1 +1 @@
|
||||
Subproject commit 8265f075b176b33680012094aa1ced5721e55ac9
|
||||
Subproject commit 065cd3b3e1781ebfddbb272b568918c60c8962c8
|
Loading…
x
Reference in New Issue
Block a user