Changeset 1871:16d9a76e6e0c in roaraudio


Ignore:
Timestamp:
05/23/09 16:28:49 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

warning about lost sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1870 r1871  
    231231   } else { 
    232232    printf("D\n"); 
     233 
     234    if ( mes == NULL ) { 
     235     ROAR_WARN("midi_conv_midi2mes(id=%i): Lost sync.", id); 
     236     data++; 
     237     have--; 
     238     continue; 
     239    } 
     240 
     241    switch (mes->type) { 
     242    } 
     243 
    233244    if ( need ) 
    234245     need--; 
Note: See TracChangeset for help on using the changeset viewer.