Skip to content

TText: Fix missing initialization in copy constructor and TText::Copy.#160

Closed
olifre wants to merge 1 commit into
root-project:masterfrom
olifre:textcopy
Closed

TText: Fix missing initialization in copy constructor and TText::Copy.#160
olifre wants to merge 1 commit into
root-project:masterfrom
olifre:textcopy

Conversation

@olifre
Copy link
Copy Markdown
Contributor

@olifre olifre commented Apr 13, 2016

TText::Copy was broken in several ways:

  • wchar-title was not copied to the given object, but from it.
  • nullptr checks were missing.
    The combination of both issues lead to all cases of TText::Copy to fail
    (no matter if the wchar-name was set or not).

The corresponding JIRA ticket is:
https://sft.its.cern.ch/jira/browse/ROOT-8116

TText::Copy was broken in several ways:
- wchar-title was not copied to the given object, but from it.
- nullptr checks were missing.
The combination of both issues lead to all cases of TText::Copy to fail
(no matter if the wchar-name was set or not).
@couet
Copy link
Copy Markdown
Member

couet commented Apr 14, 2016

Applied. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants