1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

use shift right. Division result is not integral.

This commit is contained in:
Yang Tse 2008-09-26 14:08:33 +00:00
parent 57ee847ce7
commit 42271ad463

View File

@ -2108,7 +2108,7 @@ sub singletest {
$cmdres = 1000;
}
else {
$cmdres /= 256;
$cmdres >>= 8;
}
}
if(!$dumped_core) {