Module: wine Branch: master Commit: 7e92283678d1bc156365373a4b5920613ab170c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e92283678d1bc156365373a4b...
Author: Francois Gouget fgouget@free.fr Date: Thu Oct 18 17:11:52 2007 +0200
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
---
tools/wrc/genres.c | 26 +++++----- tools/wrc/newstruc.c | 36 +++++++------- tools/wrc/parser.l | 42 +++++++++--------- tools/wrc/parser.y | 122 +++++++++++++++++++++++++------------------------- tools/wrc/readres.c | 20 ++++---- tools/wrc/utils.c | 11 +--- tools/wrc/wrc.c | 6 +- tools/wrc/writeres.c | 6 +- 8 files changed, 132 insertions(+), 137 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7e92283678d1bc15636537...