Deleted Added
full compact
27c27
< * $Id: collate.c,v 1.7 1996/10/15 21:53:22 ache Exp $
---
> * $Id: collate.c,v 1.8 1996/10/23 15:35:43 ache Exp $
70c70
< if (!*encoding || !strcmp(encoding, "C") || !strcmp(encoding, "POSIX"))
---
> if (!strcmp(encoding, "C") || !strcmp(encoding, "POSIX"))
72,73c72,75
< if (!_PathLocale && !(_PathLocale = getenv("PATH_LOCALE")))
< _PathLocale = _PATH_LOCALE;
---
> if (!_PathLocale) {
> __collate_load_error = save_load_error;
> return -1;
> }