http://bugs.winehq.org/show_bug.cgi?id=11187
Summary: Scanf bug Product: Wine Version: 0.9.53. Platform: All OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: dos AssignedTo: wine-bugs@winehq.org ReportedBy: matteo.miraz+wine@gmail.com
Created an attachment (id=10244) --> (http://bugs.winehq.org/attachment.cgi?id=10244) Scanf Bug
Scanf seems to not work correctly.
How to reproduce the bug: 1) install in wine the Dev-cpp 2) write a simple program that performs at least two scanf (see attachment) 3) run it...
expected result: each scanf read a value from the keyboard
actual result: the first scanf works fine. Subsequent read from keybord not