mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
remove useless casts
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1528,7 +1528,7 @@ static void store_config_core(struct chan_oss_pvt *o, const char *var, const cha
|
|||||||
CV_START(var, value);
|
CV_START(var, value);
|
||||||
|
|
||||||
/* handle jb conf */
|
/* handle jb conf */
|
||||||
if (!ast_jb_read_conf(&global_jbconf, (char *)var,(char *) value))
|
if (!ast_jb_read_conf(&global_jbconf, var, value))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!console_video_config(&o->env, var, value))
|
if (!console_video_config(&o->env, var, value))
|
||||||
|
|||||||
Reference in New Issue
Block a user