Commit 8477fb5c authored by claes's avatar claes

CStoIp and StoIp default value when not connected was not set correctly

parent 89a378de
/*
* Proview $Id: wb_gcg.c,v 1.33 2006-05-23 13:53:47 claes Exp $
* Proview $Id: wb_gcg.c,v 1.34 2006-06-29 10:52:10 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -8376,7 +8376,7 @@ vldh_t_node node;
node->ln.cid == pwr_cClass_CStoAtoIp ||
node->ln.cid == pwr_cClass_StoIp ||
node->ln.cid == pwr_cClass_CStoIp) {
nocondef[0].bo = *(float *) nocondef_ptr;
nocondef[0].bo = *(int *) nocondef_ptr;
nocontype[0] = GCG_INT32;
}
else if ( node->ln.cid == pwr_cClass_stosp ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment