2008/5/26 Enno Gottox Boland <gottox_AT_gmail.com>:
> replace view(NULL) in line 360 by
>
> uint mask = ~0;
> view(&mask);
Or in a line:
view((uint[]){ ~0 });
Sorry, it was my fault.
-- - yiyus || JGL .Received on Mon May 26 2008 - 19:45:18 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:44:52 UTC