projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b88f2
)
Fix clang warning: Value stored to 'i' is never read.
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 19 May 2009 17:44:54 +0000
(17:44 +0000)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 19 May 2009 17:44:54 +0000
(17:44 +0000)
pcrs.c
patch
|
blob
|
history
diff --git
a/pcrs.c
b/pcrs.c
index
2e04452
..
c513251
100644
(file)
--- a/
pcrs.c
+++ b/
pcrs.c
@@
-1,4
+1,4
@@
-const char pcrs_rcs[] = "$Id: pcrs.c,v 1.3
1 2009/05/19 17:42:3
2 fabiankeil Exp $";
+const char pcrs_rcs[] = "$Id: pcrs.c,v 1.3
2 2009/05/19 17:44:2
2 fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/pcrs.c,v $
@@
-481,7
+481,7
@@
pcrs_job *pcrs_compile_command(const char *command, int *errptr)
char *tokens[4];
pcrs_job *newjob;
-
i =
k = l = 0;
+ k = l = 0;
/*
* Tokenize the perl command