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