cURL / Mailing Lists / curl-library / Single Mail

curl-library

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

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Sun, 16 May 2010 22:36:53 +0200

On Sunday 16 of May 2010 22:14:29 Tor Arntsen wrote:
> 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)

Thanks for the patch! Pushed as dcc0615.

Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-05-16