ChangeSet ID: 14042
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/05 13:08:57
Modified files:
tools/winapi : output.pm
Log message:
Francois Gouget <fgouget(a)free.fr>
Limit the length of progress messages to less than $COLUMNS || 80
characters so they don't wrap (which would cause them to be badly
erased).
Make good use of the 'x', the perl string multiplication operator.
Add function prototypes.
Patch: http://cvs.winehq.org/patch.py?id=14042
Old revision New revision Changes Path
1.9 1.10 +32 -31 wine/tools/winapi/output.pm