tio/src
Jakub Wilk f2fe52b600 Fixed printf directives for tx/rx counters
In 9a66de0aff, types of tx/rx counters were changed from "long" to
"unsigned long", but their printf directives remained "%ld".
Change them to "%lu" to match the actual types.
2016-05-21 16:42:49 +02:00
..
bash-completion Renamed "gotty" to "tio" 2016-05-04 20:20:06 +02:00
include/tio Added 'ctrl-t ?' to list available commands 2016-05-20 20:10:12 +02:00
error.c Fixed error printing for no autoconnect mode 2016-05-18 21:28:08 +02:00
log.c Fixed some error prints 2016-05-18 22:27:31 +02:00
main.c Updated tio title 2016-05-16 15:31:56 +02:00
Makefile.am Removed unneeded quotes from AM_CFLAGS 2016-05-08 22:55:47 +02:00
options.c Added key command for showing session settings 2016-05-18 15:29:09 +02:00
time.c Moved delay mechanism into separate function 2016-05-18 08:17:07 +02:00
tty.c Fixed printf directives for tx/rx counters 2016-05-21 16:42:49 +02:00