[BACK]Return to midiplay.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / midiplay

Diff for /src/usr.bin/midiplay/Attic/midiplay.c between version 1.19 and 1.20

version 1.19, 2017/04/24 06:45:56 version 1.20, 2018/07/20 21:44:41
Line 446 
Line 446 
         }          }
         argc -= optind;          argc -= optind;
         argv += optind;          argv += optind;
   
         hdl = mio_open(file, MIO_OUT, 0);          hdl = mio_open(file, MIO_OUT, 0);
         if (hdl == NULL)          if (hdl == NULL)
                 errx(1, "failed to open MIDI output");                  errx(1, "failed to open MIDI output");

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20