Fix expansion of %h in #include names. Fixes bugzilla 363
This commit is contained in:
1
toke.c
1
toke.c
@@ -3592,6 +3592,7 @@ parse_include(base)
|
|||||||
memcpy(pp, user_shost, shost_len);
|
memcpy(pp, user_shost, shost_len);
|
||||||
pp += shost_len;
|
pp += shost_len;
|
||||||
cp += 2;
|
cp += 2;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
*pp++ = *cp++;
|
*pp++ = *cp++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user