not printf()ing %s normally for character that weren't isprint() made things
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Nov 2000 15:36:41 +0000 (15:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Nov 2000 15:36:41 +0000 (15:36 +0000)
commit5a07305dc837f7c226fe18142653f012e07a3270
tree34035e1f5e73360d10f028dc028ffc1dc27704a4
parent56c0c67dff7935f5c5d9061a6e67a45946ed7768
not printf()ing %s normally for character that weren't isprint() made things
go weird, had to remove this. I should use trio soon for all the *printf()
stuff as this is too broken
lib/mprintf.c