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

o Fix missing header (unistd.h needed for close()) #425

Merged
merged 1 commit into from
Dec 9, 2015

Conversation

hzeller
Copy link
Contributor

@hzeller hzeller commented Oct 17, 2015

o Fix verbose and slow way to append to a std::string by using the
method that is meant for that. Looks like someone in the past
was confused with c strings that can hold binary data vs.
c strings that are NUL terminated and did some laborious
workaround.
o Remove leftover debugging code of the c /c confusion.
o While at it: fix a couple of trailing spaces.
o Makefile fixes.

o Fix verbose and slow way to append to a std::string by using the
  method that is meant for that. Looks like someone in the past
  was confused with c   strings that can hold binary data vs.
  c strings that are NUL terminated and did some laborious
  workaround.
o Remove leftover debugging code of the c  /c confusion.
o While at it: fix a couple of trailing spaces.
o Makefile fixes.
@hzeller
Copy link
Contributor Author

hzeller commented Dec 9, 2015

(ping)

seblemaguer added a commit that referenced this pull request Dec 9, 2015
o Fix missing header (unistd.h needed for close())
@seblemaguer seblemaguer merged commit af782bd into marytts:master Dec 9, 2015
@seblemaguer
Copy link
Member

Hello,

thanks a lot, I didn't had time to review it before but now it's done :)

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