Commit 1fb06c34 authored by schreibfaul1's avatar schreibfaul1

long -> int32_t

parent b4684f89
......@@ -1191,7 +1191,7 @@ int32_t MP3FindSyncWord(uint8_t *buf, int32_t nBytes) {
return i;
}
}
return -1L;
return (int32_t)-1;
};
//————————————————————————————————————————————————————————————————————————————————————————————————————————
/* find byte-aligned syncword - need 12 (MPEG 1,2) or 11 (MPEG 2.5) matching bits */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment