Huw Davies : riched20: Add an explicit run length member and use it rather than accessing the string length .

Alexandre Julliard julliard at winehq.org
Thu Jan 31 12:11:42 CST 2013


Module: wine
Branch: master
Commit: 86f077b163fcfc2a1466ecd2b5d8596f4c6fc588
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=86f077b163fcfc2a1466ecd2b5d8596f4c6fc588

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Jan 31 13:48:00 2013 +0000

riched20: Add an explicit run length member and use it rather than accessing the string length.

---

 dlls/riched20/caret.c   |   42 ++++++++++++++++++------------------
 dlls/riched20/editor.c  |   32 ++++++++++++++--------------
 dlls/riched20/editstr.h |    1 +
 dlls/riched20/paint.c   |    4 +-
 dlls/riched20/para.c    |    2 +-
 dlls/riched20/run.c     |   53 +++++++++++++++++++++++------------------------
 dlls/riched20/table.c   |    4 +-
 dlls/riched20/undo.c    |    2 +-
 dlls/riched20/wrap.c    |   12 +++++-----
 dlls/riched20/writer.c  |    6 ++--
 10 files changed, 79 insertions(+), 79 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=86f077b163fcfc2a1466ecd2b5d8596f4c6fc588



More information about the wine-cvs mailing list