diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 18:25:05 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 18:25:05 +0200 |
commit | 61f0f263c335ad403c6693a1b8b6f5428ac180a8 (patch) | |
tree | 80b49b996a1a67f164643d6fdac5645801cc6fe5 /Audio-Common | |
parent | 4ca8fd4015479fa758a789d137a693c30fec8cae (diff) |
Fixed LUA Nested Table Issues. Added LUA2C for User Defined Plugins
Diffstat (limited to 'Audio-Common')
-rw-r--r-- | Audio-Common/filescan-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Audio-Common/filescan-utils.c b/Audio-Common/filescan-utils.c index 9fa121b..8bb66d4 100644 --- a/Audio-Common/filescan-utils.c +++ b/Audio-Common/filescan-utils.c @@ -115,7 +115,7 @@ PUBLIC const char *GetBinderName() { // retrieve binder name from process name afb-name-trailer prctl(PR_GET_NAME, psName,NULL,NULL,NULL); - binderName=GetMidleName(psName); + binderName=(char*)GetMidleName(psName); return binderName; }
\ No newline at end of file |