[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FW: RE: Help! (Joseph B. Fitzgerald Oct 31 2002)
- Subject: FW: RE: Help! (Joseph B. Fitzgerald Oct 31 2002)
- From: Leif Åsbrink <leif.asbrink@xxxxxxxxxxxxxxxxxxxx
- Date: Mon, 13 Oct 2003 11:12:09 +0200
-----Original Message-----
From: owner-linrad@xxxxxxxxxxxxxxxxxxxxx
[mailto:owner-linrad@xxxxxxxxxxxxxxxxxxxxx]On Behalf Of Joseph B.
Fitzgerald
Sent: Thursday, October 31, 2002 1:17 AM
To: linrad@xxxxxxxxxxxxxxxxxxxxx
Subject: Re:[linrad] Help!
Sigurd ,
I had the same trouble. This is only a small problem. The current version
of gcc expects string literals to be terminated properly ... it does not
like the linefeed in the line
printf("
rather than commenting it out, change it to
printf("\
The backslash indicates to the compiler that the string literal continues
on the next line.
-Joe KM1P
LINRADDARNIL