KoKuToru / gTox

[abandoned] GTK3 Tox-Client
GNU General Public License v3.0
45 stars 7 forks source link

Glib::ustring::size() is 99% of the time not what you want. #188

Closed KoKuToru closed 8 years ago

KoKuToru commented 8 years ago

use std::string or glib::ustring::bytes()

fix #187

KoKuToru commented 8 years ago

Yeah the hard question.. cast to std::string or use glib::ustring::bytes() ?