Skip to content

Commit

Permalink
linenoise MAINTENANCE outdated comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko authored and rkrejci committed Jan 8, 2016
1 parent 904fa38 commit 58fadb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linenoise/linenoise.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ void linenoisePathCompletion(const char *buf, const char *hint, linenoiseComplet
continue;
}

/* some serious pointer fun */
if (!strncmp(ptr, ent->d_name, strlen(ptr))) {
/* is it a directory? */
strcpy(hint_ptr, ent->d_name);
Expand Down

0 comments on commit 58fadb2

Please sign in to comment.