[iso] update libcdio to latest

* Also remove MSG_176 from English version
* Also perform additional cleanup and remove a Clang warning
* Closes #224
This commit is contained in:
Pete Batard 2013-11-23 22:05:34 +00:00
parent f97f60d55a
commit fcf16fed25
8 changed files with 338 additions and 223 deletions

View file

@ -11,7 +11,10 @@ s/[ \t]*$//
# remove the UI controls for "en-US" as they are just here for translators
# 1,300 means we only do this for the the first 300 lines
1,300 {/g IDD_DIALOG/,/g IDD_MESSAGES/{/g IDD_MESSAGES/!d}}
1,300 {/^g IDD_DIALOG/,/^g IDD_MESSAGES/{/^g IDD_MESSAGES/!d}}
# also remove the "translated by" line for English
1,500{/^t MSG_176/d}
# output file *MUST* be CR/LF
s/$/\r/