diff --git a/lib/roken/test-getuserinfo.c b/lib/roken/test-getuserinfo.c index e6d5b3140..053b24c9f 100644 --- a/lib/roken/test-getuserinfo.c +++ b/lib/roken/test-getuserinfo.c @@ -40,8 +40,8 @@ int main(void) { char buf[MAX_PATH * 2]; - char buf2[MAX_PATH * 2]; #ifndef WIN32 + char buf2[MAX_PATH * 2]; int ret = 0; if (!issuid() && getuid() != 0) { if (getenv("USER") != NULL && strlen(getenv("USER")) != 0 &&