From feb29659f1be2d94569afed60919b351a685abc8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 20 May 2009 09:04:39 +0000 Subject: users/14143 plus tweak in padding code: use default IFS if IFS is unset --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index e7a4595b8..00d51a320 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -3162,7 +3162,7 @@ inittyptab(void) } #ifdef MULTIBYTE_SUPPORT set_widearray(wordchars, &wordchars_wide); - set_widearray(ifs, &ifs_wide); + set_widearray(ifs ? ifs : DEFAULT_IFS, &ifs_wide); #endif for (s = SPECCHARS; *s; s++) typtab[STOUC(*s)] |= ISPECIAL; -- cgit v1.2.3