Re: sync: Fix diffgreater comparison

2018-01-18 Thread Adam Jackson
On Thu, 2018-01-18 at 10:12 -0800, Keith Packard wrote: > David Weinehall writes: > > > xsync: Fix diffgreater comparison > > > > While transitioning from CARD64 to int64, > > the GreaterThan call was mistakenly transformed into ">=". > > Part of this was fixed

Re: sync: Fix diffgreater comparison

2018-01-18 Thread Keith Packard
David Weinehall writes: > xsync: Fix diffgreater comparison > > While transitioning from CARD64 to int64, > the GreaterThan call was mistakenly transformed into ">=". > Part of this was fixed already in > commit 8060196a3e80a3c0ad2c0abbe459416821cd366c > > This

sync: Fix diffgreater comparison

2018-01-18 Thread David Weinehall
xsync: Fix diffgreater comparison While transitioning from CARD64 to int64, the GreaterThan call was mistakenly transformed into ">=". Part of this was fixed already in commit 8060196a3e80a3c0ad2c0abbe459416821cd366c This patch fixes the remaining issue. Signed-off-by: David Weinehall