]> 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 18:06:14 +0000 (11:06 -0700)
commit7825376b3f2112d40007cfe9dbab256abeb46ca1
tree602d6652cd5c0570575b8fb45c7dd66c4fa07dbf
parent467f819827e2e52fabd2dfdd3890fe538b22cbe3
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>
(cherry picked from commit 107f58d517e733c53e9d669457db34622337931d)
notmuch-reply.c