Pekka Paalanen
1ca4ed2015
clients: fix len-string formatting
...
All these have the printf format string wrong. "%*s" sets the field width but
does not limit the string to len bytes. You need to set precision instead to
limit to len bytes: "%.*s".
Found by grepping, after wondering why my WIP prints printed garbage at the
end.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com >
2019-09-23 17:27:09 +03:00
..
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-07-05 14:13:30 +05:30
2019-06-26 21:00:43 +00:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-06-25 14:05:54 +00:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-07-05 14:13:30 +05:30
2019-05-02 22:10:30 +02:00
2019-09-23 17:27:09 +03:00
2019-05-02 22:10:30 +02:00
2019-06-27 17:44:19 +00:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2017-06-12 10:39:01 +01:00
2019-04-18 12:31:46 +03:00
2019-09-23 17:27:09 +03:00
2019-04-18 12:31:46 +03:00
2019-09-23 17:27:09 +03:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-09-23 17:27:09 +03:00
2019-08-23 11:53:13 +00:00
2019-06-25 14:05:54 +00:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-05-02 22:10:30 +02:00
2019-06-26 21:00:43 +00:00
2019-04-18 12:31:46 +03:00