Ticket #839: otrfix.diff

File otrfix.diff, 303 bytes (added by AopicieR, at 2011-10-12T15:27:31Z)

Patch

  • otr.c

    === modified file 'otr.c'
     
    417417                                        colormsg = g_strdup_printf("\x03%.2d%s\x0F", color, newmsg);
    418418                                }
    419419                        }
     420                        else {
     421                                colormsg = g_strdup(newmsg);
     422                        }
     423
    420424                } else {
    421425                        colormsg = g_strdup(newmsg);
    422426                }