summaryrefslogtreecommitdiffstats
path: root/counter.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-28 16:09:31 +0200
committerMattias Andrée <maandree@kth.se>2021-03-28 16:09:31 +0200
commit56d16c2740bc70c7e7fdfb2d0f330fd118c7a94b (patch)
tree668b7c2883eee4c34ff7d604df27c3a833f71999 /counter.c
parentAdd counter (diff)
downloadpdatools-56d16c2740bc70c7e7fdfb2d0f330fd118c7a94b.tar.gz
pdatools-56d16c2740bc70c7e7fdfb2d0f330fd118c7a94b.tar.bz2
pdatools-56d16c2740bc70c7e7fdfb2d0f330fd118c7a94b.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'counter.c')
-rw-r--r--counter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/counter.c b/counter.c
index df9c3f2..f7bada6 100644
--- a/counter.c
+++ b/counter.c
@@ -192,8 +192,6 @@ main(int argc, char *argv[])
if (argc)
usage();
- tzset();
-
fprintf(stdout, "\033[?1049h\033[?25l");
memset(&sigact, 0, sizeof(sigact));