macosforge / alac

The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.
https://macosforge.github.io/alac/
Apache License 2.0
341 stars 63 forks source link

Fix inconsistent operators when reading filetype #20

Closed nebulacrab closed 2 years ago

nebulacrab commented 4 years ago

By submitting a request, you represent that you have the right to license your contribution to the community, and agree that your contributions are licensed under the Apache License Version 2.0.

For existing files modified by your request, you represent that you have retained any existing copyright notices and licensing terms. For each new file in your request, you represent that you have added to the file a copyright notice (including the year and the copyright owner's name) and ALAC's licensing terms.

changes the bitwise operators to logical ones when reading filetype in convert-utility for consistency.

Fixes: #10