Fixed C/C++ argument list & char*[]

Fix #69 (hihi Kappa)
This commit is contained in:
WebFreak001 2016-08-13 13:34:34 +02:00
commit 5fc8765678
5 changed files with 144 additions and 33 deletions

View file

@ -549,7 +549,8 @@ export class MI2 extends EventEmitter implements IBackend {
ret.push({
name: key,
valueStr: value,
type: type
type: type,
raw: element
});
});
resolve(ret);