Skip to content
Snippets Groups Projects
Commit 32840926 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdiDefVarKeyFloat: changed type from KEY_INT to KEY_FLOAT (bug fix)

parent 63315b9c
No related branches found
No related tags found
1 merge request!34Version 2.2.0
Pipeline #23215 failed
......@@ -400,7 +400,7 @@ cdiDefVarKeyFloat(cdi_keys_t *keysp, int key, double value)
{
// if ( keyp->v.i != value )
{
keyp->type = KEY_INT;
keyp->type = KEY_FLOAT;
keyp->v.d = value;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment