diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2020-09-14 12:27:56 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2020-09-14 12:27:56 +0200 | 
| commit | cce57c35b301d83ded5e5eaed9705744cffcfb56 (patch) | |
| tree | 29dc5c93b1bc45be42e68f00b81c1106c3935862 /util/isel.c | |
| parent | 13dc8738dcd4739941735eab4d1956ccce770525 (diff) | |
| parent | 808dd89a2beae6ab1d29d35f6119ad5b36969589 (diff) | |
Merge branch 'feature/upstream' into develop
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);  	  }        }     } | 
