mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
2.5-18.1
This commit is contained in:
@@ -41,7 +41,7 @@ main (void)
|
||||
{
|
||||
char elem[256];
|
||||
idx = symb_table[2 * i + 1];
|
||||
strncpy (elem, extra + idx + 1, extra[idx]);
|
||||
strncpy (elem, (const char *) (extra + idx + 1), extra[idx]);
|
||||
elem[extra[idx]] = '\0';
|
||||
printf ("Found a collating element: %s\n", elem);
|
||||
++found;
|
||||
|
Reference in New Issue
Block a user