Agreed, it should use '||'.
The fix is committed
--
Be Seeing You - Rob.
If at first you don't succeed,
then skydiving isn't for you.
From: Kamil Ignacak
Sent: 23 September 2018 19:25
To: viking-devel
Subject: [Viking-devel] Comparin
Hi,
I've been looking at trw code and I noticed one possible problem in code
drawing track. Can you please take a look?
The problem is with this code in viktrwlayer.c (~line 2452):
/*
* If points are the same in display coordinates, don't draw.
*/
if ( x != oldx && y != oldy )
{
vik_