version 0.5
This commit is contained in:
parent
1f030b1126
commit
274250c8dd
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ doshortlink(const char *begin, const char *end) {
|
|||
return 0;
|
||||
for(p = begin+1; p && p != end && !strchr(" \t\n",*p); p++) {
|
||||
switch(*p) {
|
||||
case '#':
|
||||
case ':':
|
||||
ismail = -1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue