Tweet

Replying to @josecastillo

I was moving too fast and wrote
pos += strlen(text + 1);
instead of
pos += strlen(text) + 1;

(original)