Was this in the correct branch?

Niels Nes wrote:
> Update of /cvsroot/monetdb/MonetDB/src/common
> In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31463/common
> 
> Modified Files:
>       stream.mx 
> Log Message:
> fix compilation
> 
> 
> U stream.mx
> Index: stream.mx
> ===================================================================
> RCS file: /cvsroot/monetdb/MonetDB/src/common/stream.mx,v
> retrieving revision 1.161
> retrieving revision 1.162
> diff -u -d -r1.161 -r1.162
> --- stream.mx 9 Jun 2008 05:25:25 -0000       1.161
> +++ stream.mx 12 Jun 2008 11:02:14 -0000      1.162
> @@ -2964,7 +2964,7 @@
>               ns->errnr = OPEN_ERROR;
>       /* blocksizes have a fixed little endian byteorder */ 
>  #ifdef WORDS_BIGENDIAN
> -     s->byteorder = 3412; /* simply != 1234 */
> +     ns->byteorder = 3412; /* simply != 1234 */
>  #endif
>       ns->type = s->type;
>       ns->access = s->access;
> @@ -3057,7 +3057,7 @@
>               return NULL;
>       /* blocksizes have a fixed little endian byteorder */ 
>  #ifdef WORDS_BIGENDIAN
> -     s->byteorder = 3412; /* simply != 1234 */
> +     ns->byteorder = 3412; /* simply != 1234 */
>  #endif
>       ns->type = orig->type;
>       ns->access = orig->access;
> 
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Monetdb-checkins mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/monetdb-checkins


-- 
Sjoerd Mullender

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to