Re: [Spice-devel] [PATCH] demarshall: add missing parens in BE read_xxx functions

2012-04-06 Thread Marc-André Lureau
ack On Fri, Apr 6, 2012 at 3:33 PM, Christophe Fergeau wrote: > The missing parens causes build to fail on big-endian machines > --- >  python_modules/demarshal.py |    2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py

[Spice-devel] [PATCH] demarshall: add missing parens in BE read_xxx functions

2012-04-06 Thread Christophe Fergeau
The missing parens causes build to fail on big-endian machines --- python_modules/demarshal.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py index c8c6837..cf48d74 100644 --- a/python_modules/demarshal.py +++ b/pyth