Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup string processing #1394

Merged
merged 2 commits into from Oct 5, 2018

Commits on Oct 5, 2018

  1. Use always string_display_line to prepare single line strings

    There were some places in code where function string_display instead
    of string_display_line has been used for single line strings.
    
    Function string_display should just be used to prepare multiple line
    strings.
    
    Issue #24822
    atrol committed Oct 5, 2018
    Copy the full SHA
    1e77daf View commit details
    Browse the repository at this point in the history
  2. Use always string_display_line_links to prepare single line strings

    There was one place in code where function string_display_links instead
    of string_display_line_links has been used for single line strings.
    
    Function string_display_links should just be used to prepare multiple line
    strings.
    
    Issue #24822
    atrol committed Oct 5, 2018
    Copy the full SHA
    bd7bfd3 View commit details
    Browse the repository at this point in the history