Changeset 55078f5 for storage_xml.c
- Timestamp:
- 2006-11-25T09:20:29Z (18 years ago)
- Branches:
- master
- Children:
- a3a3778, d8d63a2
- Parents:
- dfc8a46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
rdfc8a46 r55078f5 395 395 396 396 strcat( path, "~" ); 397 if( ( fd = open( path, O_WRONLY | O_CREAT , 0600 ) ) < 0 )397 if( ( fd = open( path, O_WRONLY | O_CREAT | O_TRUNC, 0600 ) ) < 0 ) 398 398 { 399 399 irc_usermsg( irc, "Error while opening configuration file." );
Note: See TracChangeset
for help on using the changeset viewer.