Commit 44bd50f5 authored by Michael Niedermayer's avatar Michael Niedermayer

lagarith: fix flipped return value

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c30d04ce
......@@ -351,7 +351,7 @@ output_zeros:
src += i;
}
}
return start - src;
return src - start;
}
......
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