mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
2 Commits
1458d66798
...
baee8b3484
Author | SHA1 | Date | |
---|---|---|---|
baee8b3484 | |||
c694c3e300 |
@ -1,4 +1,4 @@
|
||||
version: 10.6.{build}
|
||||
version: 10.7.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -3,7 +3,7 @@ unix:!macx {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 10.6
|
||||
VERSION = 10.7
|
||||
|
||||
QT += core \
|
||||
gui \
|
||||
|
@ -37,7 +37,7 @@ Unicode true
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "10.6"
|
||||
!define VERSION "10.7"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|
@ -238,12 +238,12 @@ bool NETFile::readShape(const NODFile *nod, SubFile::Handle &nodHdl,
|
||||
|
||||
if (!stream.readNext(lonDelta, latDelta))
|
||||
break;
|
||||
if (!(lonDelta | latDelta) && !startWithStream)
|
||||
break;
|
||||
|
||||
if (hasAdjustBit && !stream.read(1, adjustBit))
|
||||
return false;
|
||||
|
||||
if (!(lonDelta | latDelta) && !startWithStream && !hasAdjustBit)
|
||||
break;
|
||||
|
||||
stepsCnt++;
|
||||
|
||||
if (useEosBit) {
|
||||
|
Loading…
Reference in New Issue
Block a user