~ubuntu-branches/ubuntu/oneiric/libotr/oneiric-security

« back to all changes in this revision

Viewing changes to toolkit/otr_readforge.c

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2006-01-02 19:52:18 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060102195218-wb8803196y9mycx6
Tags: 3.0.0-2
Fix typo: "malformed messahes" (Closes: #345400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        exit(1);
72
72
    }
73
73
    
74
 
    if (otrl_proto_message_type(otrmsg) != OTR_DATA) {
 
74
    if (otrl_proto_message_type(otrmsg) != OTRL_MSGTYPE_DATA) {
75
75
        fprintf(stderr, "OTR Non-Data Message found on stdin.\n");
76
76
        exit(1);
77
77
    }