Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/fortune/datfiles Properly quote printf string



details:   https://anonhg.NetBSD.org/src/rev/245195f95821
branches:  trunk
changeset: 934218:245195f95821
user:      leot <leot%NetBSD.org@localhost>
date:      Sun Jun 07 15:37:04 2020 +0000

description:
Properly quote printf string

Noticed by Ottavio Caruso on #netbsd@Freenode, thanks!

diffstat:

 games/fortune/datfiles/netbsd-tips |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 96a4437b8b6a -r 245195f95821 games/fortune/datfiles/netbsd-tips
--- a/games/fortune/datfiles/netbsd-tips        Sun Jun 07 15:19:05 2020 +0000
+++ b/games/fortune/datfiles/netbsd-tips        Sun Jun 07 15:37:04 2020 +0000
@@ -51,7 +51,7 @@
 If your console ever gets broken, you can try resetting it to its
 initial state with:
 
- printf "\033c
+ printf "\033c"
 %
 If you installed a package, but don't know what the software is
 called or what executables to run, use pkg_info with the -L switch



Home | Main Index | Thread Index | Old Index