http://bugs.winehq.org/show_bug.cgi?id=28187
Summary: expand: No usage in wineconsole Product: Wine Version: 1.3.26 Platform: x86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type 'expand /?' in the wine console.
The usage will be displayed in the terminal in which you started the wineconsole instead of in wineconsole itself. This is because expand uses regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*() functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'expand /?' still works fine in a regular xterm or equivalent.
(split off from bug 13861)
http://bugs.winehq.org/show_bug.cgi?id=28187
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
http://bugs.winehq.org/show_bug.cgi?id=28187
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 Severity|normal |enhancement
http://bugs.winehq.org/show_bug.cgi?id=28187
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other
http://bugs.winehq.org/show_bug.cgi?id=28187
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=28187
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c561b6795036cd294540323d6e0 | |5a51d4170c63b Status|NEW |RESOLVED CC| |adys.wh@gmail.com Resolution| |FIXED
--- Comment #1 from Jerome Leclanche adys.wh@gmail.com 2011-11-07 15:22:37 CST --- Fixed by c561b6795036cd294540323d6e05a51d4170c63b.
http://bugs.winehq.org/show_bug.cgi?id=28187
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2011-11-18 13:04:54 CST --- Closing bugs fixed in 1.3.33.