Changed a short to and unsigned short because thats what it is

This commit is contained in:
Marty Kraimer
1994-09-02 14:05:55 +00:00
parent 1c5da1c24c
commit 3e4bae2cc9

View File

@@ -786,7 +786,7 @@ chtype type;
}
}
else if (pSChan->dbrType == DBR_TIME_ENUM) {
short *pSh;
unsigned short *pSh;
char state[80];
int iState;
pSh = &pSChan->pInBuf[bufNum]->tenmval.value;