diff options
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 5c2cb327495..cb02ba63412 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -3206,7 +3206,7 @@ If LCID (a 16-bit number) is not a valid locale, the result is nil. */) if (got_full) return DECODE_SYSTEM (build_string (full_name)); } - else if (FIXED_OR_FLOATP (longform)) + else if (FIXNUMP (longform)) { got_full = GetLocaleInfo (XFIXNUM (lcid), XFIXNUM (longform), |