Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601948
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
   TW-1778: Unicode strings are truncated in task description
   TW-1778: Unicode strings are truncated in task description
1
   
1
   
2
   - Thanks to Andrew, bjonnh, OKOMPer, Vladimir.
2
   - Thanks to Andrew, bjonnh, OKOMPer, Vladimir.
3
-- a/src/text.cpp
3
++ b/src/text.cpp
Lines 248-254 bool extractLine ( Link Here
248
    // Premature EOL.
248
    // Premature EOL.
249
    if (character == '\n')
249
    if (character == '\n')
250
    {
250
    {
251
      line = text.substr (offset, line_length);
251
      line = text.substr (offset, prior_cursor - offset);
252
      offset = cursor;
252
      offset = cursor;
253
      return true;
253
      return true;
254
    }
254
    }

Return to bug 601948