Fix the Windows build
authorJocelyn Turcotte <jturcotte@woboq.com>
Mon, 31 Aug 2015 15:23:15 +0000 (17:23 +0200)
committerJocelyn Turcotte <jturcotte@woboq.com>
Mon, 31 Aug 2015 15:23:25 +0000 (17:23 +0200)
commit35318ea9b51d6447158527f99e6a4fcbd23d5366
tree186587f747b423d6db1e4e5ff836a6e31650a28f
parent7aeb27d5ee6a54716cf43cf0eddecb6252b4de27
Fix the Windows build

Use an iterator variable declared outside of the loop condition
expression.

MinGW doesn't support C99 very easily and it's easier to keep
our C code C89 compliant.
csync/src/csync_exclude.c