diff options
Diffstat (limited to 'locale/loadarchive.c')
-rw-r--r-- | locale/loadarchive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/loadarchive.c b/locale/loadarchive.c index 52f58be839..59ac916e29 100644 --- a/locale/loadarchive.c +++ b/locale/loadarchive.c @@ -39,7 +39,7 @@ /* Name of the locale archive file. */ -static const char archfname[] = LOCALEDIR "locale-archive"; +static const char archfname[] = LOCALEDIR "/locale-archive"; /* Record of contiguous pages already mapped from the locale archive. */ |