[zaptel-commits] kpfleming: branch 1.2 r2084 -
/branches/1.2/zaptel.h
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Feb 5 10:18:58 MST 2007
Author: kpfleming
Date: Mon Feb 5 11:18:57 2007
New Revision: 2084
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2084
Log:
make a change to deal with buggy gcc 4.1 compilers
Modified:
branches/1.2/zaptel.h
Modified: branches/1.2/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.2/zaptel.h?view=diff&rev=2084&r1=2083&r2=2084
==============================================================================
--- branches/1.2/zaptel.h (original)
+++ branches/1.2/zaptel.h Mon Feb 5 11:18:57 2007
@@ -1379,10 +1379,10 @@
int errorstatus;
int offset;
struct {
- unsigned int chan_built:1;
- unsigned int busy:1;
- unsigned int transient:1;
- unsigned int have_reference:1;
+ unsigned int chan_built;
+ unsigned int busy;
+ unsigned int transient;
+ unsigned int have_reference;
} flags;
unsigned int built_fmts;
unsigned int srcfmt;
More information about the zaptel-commits
mailing list