]> git.pond.sub.org Git - empserver/commit
(show_sail): Fix misuse of pr(): passed formatted string instead of
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Mar 2006 13:57:34 +0000 (13:57 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Mar 2006 13:57:34 +0000 (13:57 +0000)
commit29faf70fa77ca2512a937d799fe4eff84f112739
tree002aa82d70032846f9939bd2116c9c793a6bb0dc
parentb49bfd7814e298d437a223ba2516839a99c47232
(show_sail): Fix misuse of pr(): passed formatted string instead of
format string and arguments.  Correctness depends on paths not
containing '%', which is correct, but not as robust as it could be.
src/lib/commands/sail.c