Testing Done: |
|
---|
Fix string size specifier in debug prints
Review Request #2023 — Created Nov. 4, 2022 and submitted
Information | |
---|---|
QuLogic | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
The
%*s
specifies the width of the string, but this was intended to specify
the maximum number of characters (in case theGBytes
was unterminated), which is%.*s
.
Compiled only, though I did write a small test program with
printf
to confirm that this worked the intended way.
Summary | |
---|---|