mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-08 21:40:10 +02:00

Avoid a number of -Wformat-nonliteral warnings. These aren't actual problems, but the warnings bothered me. * miscutil.c (print_string2): New variation on print_string that allows two delimiters. (print_string): Call print_string2 to do work.