Changeset 42fc5b6


Ignore:
Timestamp:
2010-03-17T23:47:35Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
78d254f1
Parents:
c1a3c27
Message:

Ouch, committing stuff without even checking if it compiles is bad style.
:-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    rc1a3c27 r42fc5b6  
    745745                }
    746746        }
    747         else if( xmlns, XMLNS_DISCO_INFO ) == 0 )
     747        else if( strcmp( xmlns, XMLNS_DISCO_INFO ) == 0 )
    748748        {
    749749                char *category, *type;
     
    764764                }
    765765        }
    766         else if( xmlns, XMLNS_BYTESTREAMS ) == 0 )
     766        else if( strcmp( xmlns, XMLNS_BYTESTREAMS ) == 0 )
    767767        {
    768768                char *host, *jid, *port_s;
Note: See TracChangeset for help on using the changeset viewer.