projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b749217
)
remove useless casts
author
Luigi Rizzo
<rizzo@icir.org>
Thu, 27 Dec 2007 23:00:55 +0000
(23:00 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Thu, 27 Dec 2007 23:00:55 +0000
(23:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95068
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_oss.c
patch
|
blob
|
history
diff --git
a/channels/chan_oss.c
b/channels/chan_oss.c
index
460d095
..
cabb734
100644
(file)
--- a/
channels/chan_oss.c
+++ b/
channels/chan_oss.c
@@
-1528,7
+1528,7
@@
static void store_config_core(struct chan_oss_pvt *o, const char *var, const cha
CV_START(var, value);
/* handle jb conf */
- if (!ast_jb_read_conf(&global_jbconf, (char *)var,(char *) value))
+ if (!ast_jb_read_conf(&global_jbconf, var, value))
return;
if (!console_video_config(&o->env, var, value))