mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- Revert previous patch
This commit is contained in:
parent
e6b7ab9db8
commit
b0528dbe5e
10 changed files with 40 additions and 40 deletions
|
@ -65,7 +65,7 @@ bc_str2num (num, str, scale)
|
|||
while (isdigit((int)*ptr)) ptr++, strscale++; /* digits */
|
||||
if ((*ptr != '\0') || (digits+strscale == 0))
|
||||
{
|
||||
*num = bc_copy_num (BCG(_zero_));
|
||||
*num = bc_copy_num (_zero_);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue