I forgot to add case WORD_PATH to do_an_url()'s switch statement
This commit is contained in:
parent
0e6add7dd6
commit
270a31535c
|
@ -209,6 +209,7 @@ url_check_word (const char *word)
|
||||||
case WORD_URL:
|
case WORD_URL:
|
||||||
case WORD_HOST:
|
case WORD_HOST:
|
||||||
case WORD_CHANNEL:
|
case WORD_CHANNEL:
|
||||||
|
case WORD_PATH:
|
||||||
return lasttype;
|
return lasttype;
|
||||||
default:
|
default:
|
||||||
return 0; /* Should not occur */
|
return 0; /* Should not occur */
|
||||||
|
|
Loading…
Reference in New Issue