Changeset a4b089c


Ignore:
Timestamp:
Mar 29, 2005, 6:13:54 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
1f40359
Parents:
65ebf30
Message:

midi_file.c

by default, int is unsigned on powerpc. use signed int instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/midi/midi_file.c

    r65ebf30 ra4b089c  
    147147int aubio_midi_file_read_mthd(aubio_midi_file_t* mf)
    148148{
    149   char mthd[15];
     149  signed char mthd[15];
    150150  if (aubio_midi_file_read(mf, mthd, 14) != AUBIO_OK) {
    151151    return AUBIO_FAIL;
Note: See TracChangeset for help on using the changeset viewer.