diff options
Diffstat (limited to 'util/igetevent.c')
-rw-r--r-- | util/igetevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/igetevent.c b/util/igetevent.c index f4c75d6..dd806c4 100644 --- a/util/igetevent.c +++ b/util/igetevent.c @@ -1183,7 +1183,7 @@ main(int argc, char **argv) ipath = getenv("ipmiutildir"); /*ipmiutil directory path*/ if (ipath != NULL) { if (strlen(ipath)+12 < sizeof(idxfile)) { - sprintf(idxfile,"%s\\%s",ipath,"\\",IDXFILE); + sprintf(idxfile,"%s\\%s",ipath,IDXFILE); } } } |