Re: Patch to fix the DATA bug
- From: Pawel Salek <pawsa theochem kth se>
- To: asd suespammers org
- cc: peter newton cx, balsa-list gnome org
- Subject: Re: Patch to fix the DATA bug
- Date: Sat, 8 Apr 2000 19:54:38 +0200 (CEST)
On 7 Apr, Anthony DeRobertis wrote:
> Curious: Why did my:
>
> message[left] = 0;
> get into CVS as
> message[left] = '\0';
IMO, the original expression includes a implicit data conversion from
int to char. I guess it doesn't matter in general which way you write
it, it just helps you to remember that message isn't an array of
integers.
/Pawel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]