~ubuntu-branches/ubuntu/raring/yorick/raring

« back to all changes in this revision

Viewing changes to yorick/binio.c

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut Paumard
  • Date: 2010-05-06 17:47:18 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100506174718-j26zbusz02k8hf6t
Tags: 2.1.06+dfsg-2
Deactivate check suite on MIPS due to bug #580524.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: binio.c,v 1.3 2009/05/22 04:02:26 dhmunro Exp $
 
2
 * $Id: binio.c,v 1.4 2010/02/28 21:52:28 dhmunro Exp $
3
3
 * Define Yorick functions for dealing with binary I/O
4
4
 */
5
5
/* Copyright (c) 2005, The Regents of the University of California.
946
946
        deadFile.blockSize= 0x3fff;  /* why? */
947
947
        deadFile.structAlign= 1;     /* why? */
948
948
      }
949
 
      base->file= Ref(&deadFile);
 
949
      base->file= RefNC(&deadFile);
950
950
    }
951
951
    Unref(base);
952
952
  }