Changeset 912f343


Ignore:
Timestamp:
Dec 7, 2013, 5:28:01 PM (10 years ago)
Author:
Paul Brossier <piem@piem.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:
8750bbd
Parents:
134cd3a
Message:

examples/utils.c: do not add . at end of path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r134cd3a r912f343  
    8282    this_source = new_aubio_source ((char_t*)source_uri, samplerate, hop_size);
    8383    if (this_source == NULL) {
    84       outmsg ("Could not open input file %s.\n", source_uri);
     84      outmsg ("Could not open input file %s\n", source_uri);
    8585      exit (1);
    8686    }
     
    9191      this_sink = new_aubio_sink ((char_t*)sink_uri, samplerate);
    9292      if (this_sink == NULL) {
    93         outmsg ("Could not open output file %s.\n", sink_uri);
     93        outmsg ("Could not open output file %s\n", sink_uri);
    9494        exit (1);
    9595      }
Note: See TracChangeset for help on using the changeset viewer.