Skip to content

[prompt, win32] Read-after-write of variable of type double does not yield the correct result #9809

@linev

Description

@linev

Typing in ROOT prompt one gets:

root [1] double z = 1234;
root [2] z = 1
(double) 1.00000
root [3] z
(double) 1234.0000

Last line is wrong - expected of course 1.0000.
Works ok on Linux and on Win64 (according to @bellenot)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions