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

Make print() and write() calls allocate proper char array size #63

Open
github-actions bot opened this issue Apr 27, 2022 · 0 comments
Open

Make print() and write() calls allocate proper char array size #63

github-actions bot opened this issue Apr 27, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

Make print() and write() calls allocate proper char array size

...for each variable type, instead of just 32 chars no matter the type.

// TODO: Make print() and write() calls allocate proper char array size


 * Last Updated by Connor Nishijima on 12/3/21
 */

// TODO: Make print() and write() calls allocate proper char array size
// ...for each variable type, instead of just 32 chars no matter the type.

#include "Pixie_Chroma.h" 
#include "utility/pixie_utility.h"


42da1807c79674e1230bf7893d46f9d8a6298f79

@github-actions github-actions bot added the todo label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants