]> git.notmuchmail.org Git - notmuch/commit
Rename already used counter var i
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 27 Apr 2010 12:57:25 +0000 (14:57 +0200)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 15:09:38 +0000 (08:09 -0700)
commit107f58d517e733c53e9d669457db34622337931d
tree485c5de46023bb899752816ca96149771c68215d
parent3d64993586af7286c6b0fc56bdcef19ae7813c80
Rename already used counter var i

i is already used in a for loop at this point, so using i here again
broke notmuch-reply (it would just hang). Use j instead of i here.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
notmuch-reply.c