A number of smaller adpations
This commit is contained in:
@ -400,8 +400,8 @@ static int TASHeader(pScanData self)
|
||||
start with the scan variables
|
||||
*/
|
||||
if (pTAS->iPOL >= 0) {
|
||||
strcpy(pBueffel, "FORMT: (I4,I4,");
|
||||
strcpy(pHeader, " PNT PAL");
|
||||
strcpy(pBueffel, "FORMT: (I4,I4,1X,");
|
||||
strcpy(pHeader, " PNT PAL");
|
||||
} else {
|
||||
strcpy(pBueffel, "FORMT: (I4,1X,");
|
||||
strcpy(pHeader, " PNT ");
|
||||
@ -495,7 +495,7 @@ static int TASScanPoint(pScanData self, int iPoint)
|
||||
write point number
|
||||
*/
|
||||
if (pTAS->iPOL > 0) {
|
||||
sprintf(pBueffel, "%3d %3d", iPoint + 1, pTAS->iPOL);
|
||||
sprintf(pBueffel, "%3d %3d ", iPoint + 1, pTAS->iPOL);
|
||||
} else {
|
||||
sprintf(pBueffel, "%4d ", iPoint + 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user