From 9bcf4a77aee34e437e9adfc26a5c344a71dcc434 Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Mon, 27 Aug 2018 21:31:27 -0700 Subject: [PATCH] Print tab as space. --- md380.c | 17 ----------------- util.c | 20 ++++++++++++++++++++ util.h | 5 +++++ uv380.c | 17 ----------------- 4 files changed, 25 insertions(+), 34 deletions(-) diff --git a/md380.c b/md380.c index 6751b74..8ceb49d 100644 --- a/md380.c +++ b/md380.c @@ -307,23 +307,6 @@ static void setup_zone(int zone_index, int chan_index) *data |= 1 << (chan_index & 7); } -// -// Print utf16 text as utf8. -// -static void print_unicode(FILE *out, const uint16_t *text, unsigned nchars, int fill_flag) -{ - unsigned i; - - for (i=0; i