diff options
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 |