]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE12-winnt-eventlog-newline-fixes-20030505
authorJeffrey Hutzelman <jhutz@cmu.edu>
Mon, 5 May 2003 21:11:45 +0000 (21:11 +0000)
committerJeffrey Hutzleman <jhutz@grand.central.org>
Mon, 5 May 2003 21:11:45 +0000 (21:11 +0000)
commit57e745d36a051fcc16172f9243a2560b1388d970
treee47fdd64804525cfb933d729a8cb9dbe27357350
parent171d4cc69ce70379cacc4de32a5a7c8ffaf19332
STABLE12-winnt-eventlog-newline-fixes-20030505

Clean up newline conventions in src/WINNT/eventlog/lang/*/event.mc.
Existing files were in CVS with CRLF newlines, and so some Windows tools
would check them out with CRCRLF.  Unfortunately, the mc-compiler can't
handle CRCRLF newlines.  Fixing the files in CVS to have LF newlines
(like all proper text files) makes the problem go away -- they end up
with CRLF if checked out using tools that do newline conversion, and
LF-only if not, and the compiler accepts either.

(cherry picked from commit ab088215909fb60067adbdaab168556ea99f97fe)
src/WINNT/eventlog/lang/de_DE/event.mc
src/WINNT/eventlog/lang/es_ES/event.mc
src/WINNT/eventlog/lang/ja_JP/event.mc
src/WINNT/eventlog/lang/ko_KR/event.mc
src/WINNT/eventlog/lang/pt_BR/event.mc
src/WINNT/eventlog/lang/zh_CN/event.mc
src/WINNT/eventlog/lang/zh_TW/event.mc