Changeset 88086db for storage_xml.c
- Timestamp:
- 2006-06-25T17:23:27Z (17 years ago)
- Branches:
- master
- Children:
- 6ee9d2d
- Parents:
- 6e1fed7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r6e1fed7 r88086db 40 40 BitlBee would be a better solution. But this will work for now... */ 41 41 #define XML_PASS_ERRORMSG "Wrong username or password" 42 #define XML_FORMAT_VERSION 1 42 43 43 44 struct xml_parsedata … … 410 411 pass_buf = base64_encode( (char*) pass_md5, 21 ); 411 412 412 if( !xml_printf( fd, "<user nick=\"%s\" password=\"%s\" >\n", irc->nick, pass_buf) )413 if( !xml_printf( fd, "<user nick=\"%s\" password=\"%s\" version=\"%d\">\n", irc->nick, pass_buf, XML_FORMAT_VERSION ) ) 413 414 goto write_error; 414 415
Note: See TracChangeset
for help on using the changeset viewer.