diff options
author | cheatfate <ka@hardcore.kiev.ua> | 2017-12-13 00:36:14 +0200 |
---|---|---|
committer | cheatfate <ka@hardcore.kiev.ua> | 2017-12-13 00:36:14 +0200 |
commit | e952ada1ba81675b0f6d22e76012afe290b4356c (patch) | |
tree | a89eed5f49e479f0bb304886840f2995fb3a1091 /lib | |
parent | 0429f41e9862f7b6c1570ccbcd4cce541767fdad (diff) | |
download | Nim-e952ada1ba81675b0f6d22e76012afe290b4356c.tar.gz |
Fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/osproc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index d72ed1772..f0542ea98 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -315,7 +315,7 @@ proc execProcesses*(cmds: openArray[string], options = options + {poEvalCommand}) when defined(windows): w[rexit] = q[rexit].fProcessHandle - inc(i) + inc(i) else: when defined(windows): for k in 0..wcount - 1: |