mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* locale/programs/localedef.c (construct_output_path): If path contains a / compute the end of the directory name correctly.
This commit is contained in:
@@ -111,12 +111,18 @@ check_all ()
|
||||
with. */
|
||||
struct hdr *runp = root;
|
||||
|
||||
/* Temporarily turn off the checks. */
|
||||
pedantic = 0;
|
||||
|
||||
while (runp != NULL)
|
||||
{
|
||||
(void) checkhdr (runp);
|
||||
|
||||
runp = runp->next;
|
||||
}
|
||||
|
||||
/* Turn checks on again. */
|
||||
pedantic = 1;
|
||||
}
|
||||
|
||||
static void unlink_blk __P ((struct hdr *ptr));
|
||||
|
Reference in New Issue
Block a user