~ubuntu-branches/ubuntu/trusty/espeak/trusty

« back to all changes in this revision

Viewing changes to platforms/big_endian/espeak-phoneme-data.c

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-08-01 22:30:18 UTC
  • Revision ID: james.westby@ubuntu.com-20100801223018-6p7yxlp20l3fgwvw
Tags: 1.43.03-2
* debian/control:
  - Bump Standards-Version to 3.9.0 (no change needed).
* debian/patches/big-endian.diff: New patch to fix phoneme index on
  big-endian machines (Closes: #585654).
* debian/rules: Use portaudio19.h for building, but revert to upstream
  portaudio18.h on cleaning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
{//==========================================================
289
289
    FILE *in, *out;
290
290
    char buf_4[4];
291
 
    unsigned int val;
 
291
    unsigned short val;
292
292
 
293
293
    in = fopen (infile, "rb");
294
294
    if (in == NULL) {