Re: Patch to fix the DATA bug



Curious: Why did my:

	message[left] = 0;

get into CVS as

	message[left] = '\0';

I'm think they do the same thing, but why the change? It gave a nice
conflict to me (and no doubt anyone else who applied my patch verbatim).

Did I ignore a sacred coding standard? If so, where can I find it? It'll
save you all some trouble in the future if you don't have to change all my
patches to meet the standard.



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