aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 22:44:15 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 22:44:15 +0000
commit5ad5441634bd440d99db9db76a207862e3af459d (patch)
treececb442d4eef70e7ca4d522fdb09abcc6291aa2d /asn1/h245
parent228b16850cbfcaf6a1dac7e8eb1d81bf695d0f6c (diff)
Once more warning removed
svn path=/trunk/; revision=25844
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/h245.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h245/h245.cnf b/asn1/h245/h245.cnf
index 807c1e823c..719728e344 100644
--- a/asn1/h245/h245.cnf
+++ b/asn1/h245/h245.cnf
@@ -352,10 +352,10 @@ Rfc2733Format FECCapability/rfc2733Format FECMode/rfc2733Format
#.FN_PARS H223LogicalChannelParameters/segmentableFlag
VAL_PTR = &value
#.FN_BODY H223LogicalChannelParameters/segmentableFlag
- guint32 value;
+ gboolean value;
%(DEFAULT_BODY)s
if(h223_lc_params_temp)
- h223_lc_params_temp->segmentable = value & 1;
+ h223_lc_params_temp->segmentable = value;
#.END
#----------------------------------------------------------------------------------------
#.FN_FTR H263VideoCapability