]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: in ask_yn() fall back to English yes/no characters
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 Aug 2017 01:20:38 +0000 (21:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Aug 2017 01:20:38 +0000 (21:20 -0400)
commit9f8a1826d043df4fe5e5992337b229e24c5070e4
tree74913cef772a84d4e6cd8de5a3ec8a572ba2de61
parent8a48ce07a5923242fecc5dc04d6e30dd59a8f07d
e2fsck: in ask_yn() fall back to English yes/no characters

In the case of missing translations, if the translation for y/n is
missing due to fuzzy transactions, such that user is told to use
<y/n>, those characters will work correctly.

Addresses-Debian-Bug: #856586

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/util.c