Skip to content

Issue105

William Lash requested to merge (removed):issue105 into master

This is a fix for #105 (closed). I would agree that the behavior is wrong. I am guessing that the "if (*p) p++;" was intended to be a while, so that it would go through to the terminating NULL. I made a change that just uses strlen, much like the "name" option does. Also added help text for -N.

Merge request reports