1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] fix MinGW and Clang warnings

* Also fix "MSG_176 UNTRANSLATED" for English and Chinese
This commit is contained in:
Pete Batard 2013-12-02 18:24:54 +00:00
parent acac7504f3
commit cb3de685ee
4 changed files with 19 additions and 13 deletions

View file

@ -13,8 +13,8 @@ s/[ \t]*$//
# 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}}
# also remove the "translated by" line for English
1,500{/^t MSG_176/d}
# also replace the "translated by" line for English
1,500{s/^t MSG_176.*$/t MSG_176 \"mailto:pete@akeo.ie\"/}
# output file *MUST* be CR/LF
s/$/\r/