23437: typo noted by Wayne

This commit is contained in:
Peter Stephenson 2007-05-14 09:25:30 +00:00
parent 4bfa5cd421
commit 3be3ca8805
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-14 Peter Stephenson <pws@csr.com>
* Noted by Wayne: 23437; Src/params.c: typo in 23436.
2007-05-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 23435: Nikolai Weibull: Src/sort.c: bug testing for end

View File

@ -3471,7 +3471,7 @@ lcsetfn(Param pm, char *x)
struct localename *ln;
strsetfn(pm, x);
if ((x2 = getsparam("LC_ALL")) && *x)
if ((x2 = getsparam("LC_ALL")) && *x2)
return;
queue_signals();
/* Treat empty LC_* the same as unset. */