Clearer semaphore error messages, removed some legacy code, fixed a compile warning or two.
This commit is contained in:
parent
e090a9368d
commit
43078c5c68
3 changed files with 3 additions and 6 deletions
|
@ -101,7 +101,7 @@ namespace MP4 {
|
|||
} else if (size == 0) {
|
||||
fseek(newData, 0, SEEK_END);
|
||||
}
|
||||
DEBUG_MSG(DLVL_DEVEL, "skipping size 0x%0.8X", size);
|
||||
DEBUG_MSG(DLVL_DEVEL, "skipping size 0x%0.8lX", size);
|
||||
if (fseek(newData, pos + size, SEEK_SET) == 0) {
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue