Make ds_put_char_multiple() use the provided character instead of a space.
authorBen Pfaff <blp@nicira.com>
Thu, 11 Dec 2008 17:35:24 +0000 (09:35 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Dec 2008 17:35:24 +0000 (09:35 -0800)
commit611725bb6b16a00274f5449eb9ccef7ac8b606e4
treecb277aaebbb291f39cf705105f6549986e0eaee7
parent41458f27148a30b04a75310c98f3d5261a67353d
Make ds_put_char_multiple() use the provided character instead of a space.

Fortunately this function was only used for formatting log messages, in
a context where spaces were the normal padding character.

Found by Chris Eagle.
lib/dynamic-string.c