Changeset 2f5f1e4


Ignore:
Timestamp:
May 30, 2017, 1:17:09 AM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
6e5c03a
Parents:
0b2643b
Message:

gen_external.py : fix c_declaration cleaning messing with gen_code parsing of member pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    r0b2643b r2f5f1e4  
    130130    tmp = []
    131131    for l in cpp_output:
    132         tmp += [l.replace(' *', '* ')]
     132        tmp += [l.replace(' *', ' * ')]
    133133    cpp_output = tmp
    134134
Note: See TracChangeset for help on using the changeset viewer.