nmf_to_wav icon indicating copy to clipboard operation
nmf_to_wav copied to clipboard

Line 59 - 60: a tuple will never equal to a number

Open mguy8080 opened this issue 6 years ago • 0 comments

In the file, it reads:

data_value = struct.unpack(fmt, data[0:data_size])
if data_value == 0:

but, data_value should be a tuple after unpack, it will never equal to 0.

mguy8080 avatar May 02 '18 08:05 mguy8080