mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
trivial fix build
This commit is contained in:
+1
-1
@@ -2894,7 +2894,7 @@ SWITCH_DECLARE(char *) switch_format_number(const char *num)
|
||||
const char *p = num;
|
||||
|
||||
if (!p) {
|
||||
return p;
|
||||
return (char*)p;
|
||||
}
|
||||
|
||||
if (zstr(p)) {
|
||||
|
||||
Reference in New Issue
Block a user