diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/help.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/help.c b/main/help.c index 98620a2a5..762d77b47 100644 --- a/main/help.c +++ b/main/help.c @@ -87,7 +87,6 @@ void checkpath(void) { while (s) { p= strchr(s,':'); l= p ? p-s : strlen(s); - if (l+strlen(*clp)+2>sizeof(buf)) continue; memcpy(buf,s,l); if (l) buf[l++]= '/'; strcpy(buf+l,*clp); |