mexport: < and > are not part of the addr-spec used in From lines

pull/37/head
Leah Neukirchen 7 years ago
parent fc4e4af774
commit cbe0a0f955

@ -48,7 +48,7 @@ export(char *file)
char *s = strchr(v, '<');
char *e = strchr(s, '>');
if (s && e) {
e++;
s++;
memcpy(from, s, e-s);
from[e-s] = 0;
}

Loading…
Cancel
Save