Replace the space in the "Environment Controller" type with an underscore so that it can be easily parsed as a single token.
r2157 | ffr | 2007-09-26 14:19:39 +1000 (Wed, 26 Sep 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
0b583db52f
commit
5322cb8254
2
mesure.c
2
mesure.c
@@ -1081,7 +1081,7 @@ static int ScanReflection(pMesure self, float twoTheta, SConnection *pCon)
|
||||
/* get temperature */
|
||||
fTemp = -777.77;
|
||||
pEva = (pEVControl)FindCommandData(pServ->pSics,"temperature",
|
||||
"Environment Controller");
|
||||
"Environment_Controller");
|
||||
if(pEva == NULL)
|
||||
{
|
||||
pPtr = (pDummy)FindCommandData(pServ->pSics,"temperature",
|
||||
|
||||
Reference in New Issue
Block a user