summaryrefslogtreecommitdiff
path: root/util/iconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/iconfig.c')
-rw-r--r--util/iconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/iconfig.c b/util/iconfig.c
index 6f7fd83..21eb76e 100644
--- a/util/iconfig.c
+++ b/util/iconfig.c
@@ -171,7 +171,7 @@ typedef struct
/*
* Global variables
*/
-static char * progver = "2.98";
+static char * progver = "2.99";
static char * progname = "iconfig";
static char fdebug = 0;
static char fipmilan = 0;
@@ -2636,7 +2636,7 @@ main(int argc, char **argv)
case SYS_INFO: /* System Info */
if (! fIPMI20) continue; /*skip if not IPMI 2.0*/
/* j = #bytes read into LanRecord */
- ret = set_system_info(bset,LanRecord,j);
+ ret = set_system_info(bset,(char *)LanRecord,j);
break;
case LAN_FAILOVER: /* Intel LAN Failover */
if (is_romley(vend_id,prod_id))