kernel32: Fix an off-by-one error in build_envp().
commit4a8e1feeb400227c9dc02c15ada62a3e9bd7acb1
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 17 Feb 2009 17:56:22 +0000 (17 18:56 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Feb 2009 11:17:41 +0000 (18 12:17 +0100)
treea4f2d8777c3d1b26f4fcaaa122caab90d51a88c9
parent5b60258f0d0c5154dd42ef98c5aad435e58df342
kernel32: Fix an off-by-one error in build_envp().

We need to take into account the trailing NULL in envp.
dlls/kernel32/process.c