put a space after the POL column (bug fix)

This commit is contained in:
2015-11-03 08:29:14 +01:00
parent 64d44c2824
commit 73d6c5f5fb

View File

@ -491,7 +491,7 @@ static int TASUBHeader(pScanData self)
start with the scan variables
*/
if (pTAS->iPOL >= 0) {
strcpy(pBueffel, "FORMT: (I4,I4,");
strcpy(pBueffel, "FORMT: (I3,1X,I3,1X,");
strcpy(pHeader, " PNT PAL");
} else {
strcpy(pBueffel, "FORMT: (I4,1X,");