diff --git a/devsetup.ui b/devsetup.ui
index e4b48e14b..5a28f8655 100644
--- a/devsetup.ui
+++ b/devsetup.ui
@@ -922,7 +922,7 @@
Si570
-
+
70
diff --git a/libm65/map65a.f90 b/libm65/map65a.f90
index 1de290ca1..282b65836 100644
--- a/libm65/map65a.f90
+++ b/libm65/map65a.f90
@@ -194,8 +194,8 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
if((nqd.eq.1 .and. ntry.ge.40) .or. &
(nqd.eq.0 .and. ntry.ge.400)) then
! Too many calls to decode1a!
- write(*,*) '! Signal too strong? Decoding aborted.'
- write(13,*) 'Signal too strong? Decoding aborted.'
+ write(*,*) '! Signal too strong, or suspect data? Decoding aborted.'
+ write(13,*) 'Signal too strong, or suspect data? Decoding aborted.'
call flush(13)
go to 999
endif
diff --git a/libm65/symspec.f90 b/libm65/symspec.f90
index 1f6b2cdee..a317d99fe 100644
--- a/libm65/symspec.f90
+++ b/libm65/symspec.f90
@@ -49,7 +49,7 @@ subroutine symspec(k,nxpol,ndiskdat,nb,nbslider,idphi,nfsample,fgreen, &
savg=0.
ihsym=0
k1=0
- dd(1:4,k+1:5760000)=0. !### Should not be needed ??? ###
+ if(ndiskdat.eq.0) dd(1:4,k+1:5760000)=0. !### Should not be needed ??? ###
endif
k0=k
diff --git a/mainwindow.cpp b/mainwindow.cpp
index d81741043..db8904d49 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1,4 +1,4 @@
-//-------------------------------------------------------------- MainWindow
+//------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"
diff --git a/map65.iss b/map65.iss
index c09445c7d..6dd48da3d 100644
--- a/map65.iss
+++ b/map65.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=MAP65
-AppVerName=MAP65 Version 2.3.0 r2465
+AppVerName=MAP65 Version 2.3.0 r2470
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
DefaultDirName=c:\MAP65
DefaultGroupName=MAP65