On Tue, May 29, 2018 at 10:52 AM, Curt, WE7U <[email protected]> wrote:
> It is initially set to 7l (that's an 'L'), And in case you're not a programmer, that L is to indicate that the constant 7 should be treated as a long integer, as opposed to a normal integer (a long int is often twice as many bits as an int). And not to start a religious war, but as a coding style should that be 7L instead of 7l to avoid confusion with 71 if one isn't paying close enough attention? -Jason kg4wsv _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
