cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] lib: Change some (C file) CRLF line endings to LF

From: Tor Arntsen <tor_at_spacetec.no>
Date: Sun, 16 May 2010 22:14:29 +0200

Commit 0825cd8 has accidentally added a couple of lines to two C
files, with DOS line endings. The Tru64 compiler can't handle this,
ref. http://curl.haxx.se/auto/log.cgi?id=20100516032243-1609#prob7 in
strerror.c
The other one in multi.c is inside a comment so the compiler survives,
but the attached patch fixes both.

Note that as the patch changes crlf->lf the patch had to be packed in
a tar file, and, after unpacking, it can only be applied with Git
1.7.1 (the current newest version) or later, because you'll have to
use 'git am --keep-cr' or Git will choke. (--keep-cr came in 1.7.1)

-Tor

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2010-05-16