From 2cf687cb3e2818ac3a6b51fea282a65f4395f580 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 26 Feb 2010 18:44:36 +0000 Subject: First batch of changes to support W32CE. Note that jnlib/w32-reg.c is not yet ready. --- jnlib/t-stringhelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jnlib/t-stringhelp.c') diff --git a/jnlib/t-stringhelp.c b/jnlib/t-stringhelp.c index 02041d35e..0c921b03d 100644 --- a/jnlib/t-stringhelp.c +++ b/jnlib/t-stringhelp.c @@ -43,9 +43,9 @@ gethome (void) { char *home = getenv("HOME"); -#if defined(HAVE_GETPWUID) && defined(HAVE_PWD_H) if(home) home_buffer = xstrdup (home); +#if defined(HAVE_GETPWUID) && defined(HAVE_PWD_H) else { struct passwd *pwd; -- cgit v1.2.3