Guest User

Untitled

a guest
Apr 17th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.74 KB | None | 0 0
  1. Index: src/common/paws/pawstextwrap.cpp
  2. ===================================================================
  3. --- src/common/paws/pawstextwrap.cpp    (Revision 7782)
  4. +++ src/common/paws/pawstextwrap.cpp    (Arbeitskopie)
  5. @@ -491,7 +491,7 @@
  6.  
  7.      int width = 0;          // will hold the width of the current word
  8.      int height = 0;         // will hold the height of any examined string...not really needed for anything.
  9. -    csString tempString;    // content of the current line before the currently examined word
  10. +    csString tempString = "";    // content of the current line before the currently examined word
  11.      csString word;          // the word to examine
  12.      size_t  srcPos = 0;     // the first char that hasn't yet been grabbed.
Add Comment
Please, Sign In to add comment