*** empty log message ***
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ unsigned int *parg; /* pointer to the waveform record */
|
||||
/* check for valid card number */
|
||||
if(card >= wf_num_cards[COMET])
|
||||
return ERROR;
|
||||
pconfig = pcomet_config[card];
|
||||
pconfig = (pcomet_config+card);
|
||||
if(signal >= NELEMENTS(pconfig->parg))
|
||||
return ERROR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user