aboutsummaryrefslogtreecommitdiff
path: root/src/addrindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/addrindex.c')
-rw-r--r--src/addrindex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/addrindex.c b/src/addrindex.c
index 07d57711..23956b2b 100644
--- a/src/addrindex.c
+++ b/src/addrindex.c
@@ -1114,8 +1114,7 @@ gint addrindex_write_to( AddressIndex *addrIndex, const gchar *newFile ) {
g_free( fileSpec );
if( pfile ) {
fp = pfile->fp;
- fprintf( fp, "<?xml version=\"1.0\" encoding=\"%s\" ?>\n",
- conv_get_internal_charset_str() );
+ fprintf( fp, "<?xml version=\"1.0\" encoding=\"%s\" ?>\n", CS_INTERNAL );
#endif
addrindex_write_elem_s( fp, 0, TAG_ADDRESS_INDEX );
fputs( ">\n", fp );