]> sourceware.org Git - glibc.git/commit
localedef: improve error message [BZ #16985]
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 Aug 2015 20:37:29 +0000 (16:37 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 12 Sep 2015 03:25:06 +0000 (23:25 -0400)
commitb482d0364ed55c171708cd95922a896f002b6043
treeee1bc11e0ec6e816671c233c570082e90d979685
parenta1f99ba28b7b2ed4370b81820f47384d9dae4e36
localedef: improve error message [BZ #16985]

If you pass in a path that fails to be opened, then output_path is set to
NULL, and an error is flagged.  Then at the end, we use both of those:
cannot write output files to `(null)': No such file or directory

Tweak the message to use the user's input when output_path is NULL.
ChangeLog
NEWS
locale/programs/localedef.c
This page took 0.040118 seconds and 5 git commands to generate.