Changeset bf63c61


Ignore:
Timestamp:
Dec 10, 2013, 11:56:51 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:
18e22f9
Parents:
2f9af5d
Message:

ext/py-fft.c: remove doubled check

Signed-off-by: Paul Brossier <piem@piem.org>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-fft.c

    r2f9af5d rbf63c61  
    2525
    2626  self->win_s = Py_default_vector_length;
    27 
    28   if (self == NULL) {
    29     return NULL;
    30   }
    3127
    3228  if (win_s > 0) {
Note: See TracChangeset for help on using the changeset viewer.