Use correct sizeof() in snprintf

Use sizeof() of var we print to. Not a bug here, since both vars are of the
same size, but still looks wrong.
1 file changed