You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NIFs: fix "warning: initializer-string for character array is too long"
array size is 64 but initializer has size 65 (including the null
terminating character).
Keep it 64 by using the array syntax, instead of "".
Signed-off-by: Davide Bettio <davide@uninstall.it>
0 commit comments