The note is not visible to the blocked user.
Say which ones you're using.
This is so I can move to /^function/ to find its definition.
/^function/
This ternary should happen somewhere in main.
main
Test if argc is zero before doing this.
Which sysexits?
if(!(argc > 0)). Also, this program should work when argc==0.
if(!(argc > 0))
argc==0
Merged.
dj(1)
Does this bug exist on the dj branch?