~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/jidutil.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                else if(!jid.at(n).isLetterOrNumber()) {
49
49
                        // hex encode
50
50
                        QString hex;
51
 
                        hex.sprintf("%%%02X", jid.at(n).latin1());
 
51
                        hex.sprintf("%%%02X", jid.at(n).toLatin1());
52
52
                        jid2.append(hex);
53
53
                }
54
54
                else {