]> git.sur5r.net Git - i3/i3/commit
Don't multiply by sizeof(char) twice.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Tue, 21 Feb 2012 16:53:01 +0000 (14:53 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 26 Mar 2012 14:47:44 +0000 (16:47 +0200)
commit95f510e724ac1fc3611e1b736c7ef367c493af81
treee8113eb0c1ef1eb392f018bac18a0e793b83bcd3
parent484c2a697b4f1531b2732ec745e3290e11989ba8
Don't multiply by sizeof(char) twice.

This is a no-op, since sizeof(char) is 1. But still, we shouldn't
multiply twice, it's misleading.
libi3/ucs2_conversion.c