update for HEAD-2003021201
[reactos.git] / lib / msvcrt / process / process.c
index 7e4f85f..6590cac 100644 (file)
@@ -241,9 +241,9 @@ do_spawn(int mode, const char* cmdname, const char* args, const char* envp)
                    *hFile = INVALID_HANDLE_VALUE;
                    *fmode = 0;
                }
-               fmode++;
-               hFile++;
            }
+           fmode++;
+           hFile++;
        }
     }