artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a03dc6
)
whitespace
author
tb
<tb@openbsd.org>
Fri, 30 Jul 2021 02:47:37 +0000
(
02:47
+0000)
committer
tb
<tb@openbsd.org>
Fri, 30 Jul 2021 02:47:37 +0000
(
02:47
+0000)
usr.bin/jot/jot.c
patch
|
blob
|
history
diff --git
a/usr.bin/jot/jot.c
b/usr.bin/jot/jot.c
index
bd1f364
..
bce5e9e
100644
(file)
--- a/
usr.bin/jot/jot.c
+++ b/
usr.bin/jot/jot.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: jot.c,v 1.5
0 2021/07/30 02:46:53
tb Exp $ */
+/* $OpenBSD: jot.c,v 1.5
1 2021/07/30 02:47:37
tb Exp $ */
/* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */
/*-
@@
-443,7
+443,7
@@
fmt_broken:
while ((p = strchr(p, '%')) != NULL && p[1] == '%')
p += 2;
-
+
if (p != NULL) {
if (p[1] != '\0')
errx(1, "too many conversions");