summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-02-27 15:48:28 +0000
committerBram Moolenaar <Bram@vim.org>2007-02-27 15:48:28 +0000
commit311d982b6fbcad0cbbc7ca4358a0cd580b16fbc0 (patch)
tree9fac6a814447866636599c5b52c828f6348ae772 /src/main.c
parent602eb74de6245dcad1ec77e919a7597789ef1c0e (diff)
downloadvim-git-311d982b6fbcad0cbbc7ca4358a0cd580b16fbc0.tar.gz
updated for version 7.0-202v7.0.202
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4791c68bf..3c37698df 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3280,7 +3280,7 @@ prepare_server(parmp)
# ifdef FEAT_GUI
(gui.in_use
# ifdef UNIX
- && getuid() != 0
+ && getuid() != ROOT_UID
# endif
) ||
# endif