- Port to SL-5
SKIPPED: psi/tecs/make_crv
This commit is contained in:
10
stdscan.c
10
stdscan.c
@ -765,8 +765,8 @@ int prepareDataFile(pScanData self){
|
||||
pVarEntry pVar = NULL;
|
||||
void *pDings;
|
||||
int i, iRet, status;
|
||||
char pStatus[512], pItem[20];
|
||||
char pHead[512];
|
||||
char pStatus[2024], pItem[20];
|
||||
char pHead[2024];
|
||||
float fVal;
|
||||
CountEntry sCount;
|
||||
|
||||
@ -820,8 +820,10 @@ int prepareDataFile(pScanData self){
|
||||
strcat(pStatus,pItem);
|
||||
|
||||
/* write progress */
|
||||
strcat(pHead,"\n");
|
||||
strcat(pStatus,"\n");
|
||||
/*
|
||||
strcat(pHead,"\r\n");
|
||||
strcat(pStatus,"\r\n");
|
||||
*/
|
||||
SCWrite(self->pCon,pHead,eWarning);
|
||||
SCWrite(self->pCon,pStatus,eWarning);
|
||||
|
||||
|
Reference in New Issue
Block a user