1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* locale/programs/locale.c (show_info): Don't try to look into
	data for LC_ALL (there is none).
This commit is contained in:
Ulrich Drepper
2000-04-12 21:39:32 +00:00
parent 3ea1b82e6b
commit 92d2e18fa4
3 changed files with 23 additions and 19 deletions

View File

@ -3738,7 +3738,7 @@ Void_t* cALLOc(n, elem_size) size_t n; size_t elem_size;
}
#endif
MALLOC_ZERO(mem, cs);
MALLOC_ZERO(mem, sz);
return mem;
}