mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-22 05:30:18 +00:00
I forgot to add case WORD_PATH to do_an_url()'s switch statement
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user