artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6b1d2
)
remove unused variable
author
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 05:04:07 +0000
(
05:04
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 05:04:07 +0000
(
05:04
+0000)
usr.bin/tput/tput.c
patch
|
blob
|
history
diff --git
a/usr.bin/tput/tput.c
b/usr.bin/tput/tput.c
index
3b4e5df
..
b2e4e0a
100644
(file)
--- a/
usr.bin/tput/tput.c
+++ b/
usr.bin/tput/tput.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tput.c,v 1.2
8 2023/02/08 15:56:32 millert Exp $
*/
+/* $OpenBSD: tput.c,v 1.2
9 2023/09/06 05:04:07 jsg Exp $
*/
/*
* Copyright (c) 1999 Todd C. Miller <millert@openbsd.org>
@@
-193,7
+193,7
@@
main(int argc, char *argv[])
static char **
process(char *cap, char *str, char **argv)
{
- char *
cp, *
s, *nargv[NUM_PARM] = {0};
+ char *s, *nargv[NUM_PARM] = {0};
char *p_is_s[NUM_PARM];
int arg_need, i;