bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VCDImager Bugs/Devel] vcd_mmc_linux.c on non-linux system


From: Arnd Bergmann
Subject: Re: [VCDImager Bugs/Devel] vcd_mmc_linux.c on non-linux system
Date: Tue, 2 Oct 2001 17:03:31 +0200

On Tuesday 02 October 2001 01:15, you wrote:
> Greetings --
>       The non-linux case in vcd_mmc_linux.c needs some attention ;)

Ok, thanks for the info. I guess I should have at least tried to compile
 it...

> -  vcd_error ("Tried to access linux packed interface on non-linux
> -                   system.\n");
> +  const char msg[] = "Tried to access linux packed interface on non-linux
> +                   system.\n"; +
> +  vcd_error (msg);

Any particular reason for this change?

Arnd <><



reply via email to

[Prev in Thread] Current Thread [Next in Thread]