зеркало из https://github.com/mozilla/pjs.git
Bug 384748: xpidl can generate garbage .java filenames. r=jhpedemonte
This commit is contained in:
Родитель
5667c57fe0
Коммит
f0df2297d4
|
@ -290,6 +290,9 @@ interface_declaration(TreeState *state)
|
|||
strncpy(outname, state->filename, p + 1 - state->filename);
|
||||
outname[p + 1 - state->filename] = '\0';
|
||||
}
|
||||
else {
|
||||
outname[0] = '\0';
|
||||
}
|
||||
strcat(outname, interface_name);
|
||||
strcat(outname, ".java");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче