mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Loosen exception handling in MakeInt(), so that not only EInvalidOp results in errors. Probably related to http://www.heidisql.com/forum.php?t=21727
This commit is contained in:
@ -561,8 +561,7 @@ begin
|
||||
try
|
||||
Result := Trunc(MakeFloat(Str));
|
||||
except
|
||||
on E:EInvalidOp do
|
||||
Result := 0;
|
||||
Result := 0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user