lkml.org 
[lkml]   [2003]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] fix menuconfig if saving on different fs
Hi,

On Mon, 26 May 2003, Michael Buesch wrote:

> + while ((l = fgetc(out)) != EOF) {
> + if (fputc(l, out_new) == EOF) {
> + fclose(out);
> + fclose(out_new);
> + return 1;
> + }

I don't really like this file copy, I'd rather create the file in the
destination directory. I fixed this here a bit different.

bye, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.030 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site