mirror of
https://github.com/curl/curl.git
synced 2026-05-07 08:07:29 +03:00
use shift right. Division result is not integral.
This commit is contained in:
parent
57ee847ce7
commit
42271ad463
1 changed files with 1 additions and 1 deletions
|
|
@ -2108,7 +2108,7 @@ sub singletest {
|
|||
$cmdres = 1000;
|
||||
}
|
||||
else {
|
||||
$cmdres /= 256;
|
||||
$cmdres >>= 8;
|
||||
}
|
||||
}
|
||||
if(!$dumped_core) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue