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

Revise SplitString #1508

Merged
merged 2 commits into from
Oct 24, 2018
Merged

Revise SplitString #1508

merged 2 commits into from
Oct 24, 2018

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Oct 24, 2018

  • Doesn't need to be a friend of String, but #included inside WString.h for convenience
  • Use unsigned instead of int where appropriate
  • Minor improvements

* Doesn't need to be a friend of String, but #included inside WString.h for convenience
* Use unsigned instead of int where appropriate
* Minor improvements
Copy link
Contributor

@slaff slaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change to a text in the header comments. The rest looks good.

}

int pieceCount = splitCount + 1;
/* $Id: WMemory.cpp 1156 2011-06-07 04:01:16Z bhagman $
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WMemory.cpp -> SplitString.cpp.

@slaff slaff added this to the 3.7.0 milestone Oct 24, 2018
@slaff slaff removed the 3 - Review label Oct 24, 2018
@slaff slaff merged commit c46d6be into SmingHub:develop Oct 24, 2018
@mikee47 mikee47 deleted the fix/SplitString branch October 24, 2018 19:36
@slaff slaff mentioned this pull request Oct 29, 2018
4 tasks
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