Compare commits
2 Commits
330e81fa89
...
e5ddd6a6af
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5ddd6a6af
|
|||
|
8f7bcf7531
|
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
|
static void
|
||||||
app_footer_field (struct row_buffer *b, char id, int len, const char *fmt, ...)
|
app_footer_field (struct row_buffer *b, char id, int len, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
const char *coding;
|
const char *coding = "";
|
||||||
if (len <= 1)
|
if (len <= 1)
|
||||||
coding = "";
|
;
|
||||||
else if (g_ctx.endianity == ENDIANITY_LE)
|
else if (g_ctx.endianity == ENDIANITY_LE)
|
||||||
coding = "le";
|
coding = "le";
|
||||||
else if (g_ctx.endianity == ENDIANITY_BE)
|
else if (g_ctx.endianity == ENDIANITY_BE)
|
||||||
|
|||||||
2
liberty
2
liberty
Submodule liberty updated: 8822d06091...34f86651f6
2
termo
2
termo
Submodule termo updated: 065cd3b3e1...8265f075b1
Reference in New Issue
Block a user