fixed warning

This commit is contained in:
Jeff Hill
1998-10-27 00:49:07 +00:00
parent 93745fa03c
commit eec3ca68ef

View File

@@ -318,7 +318,7 @@ char *pvalue
SEVCHK(status, NULL);
verify_value(chan_id, DBR_CHAR);
}
if(sscanf(pvalue,"%ld",&longvalue)==1) {
if(sscanf(pvalue,"%d",&longvalue)==1) {
/*
* long integer ca_put
*/