Densaugeo/base64_arduino

very very small issue on declaration

JoonYong-Kim opened this issue · 1 comments

Hi..
I'm using your code.
So, thank you very much. :)

When I read your code, I found a small misprint.
The parameter name should be changed 'v' to 'c' on src/base64.hpp line 27.

Have a nice day~

Interesting - apparently my tests missed it because gcc-c++ ignores the names of parameters in the declarations. I didn't know that.

Thanks for the bug report! It's fixed now.