12 lines
575 B
Diff
12 lines
575 B
Diff
--- a/src/text/ptbl/xp/pd_DocumentRDF.cpp 2026-04-01 01:09:15.405946547 +0200
|
|
+++ b/src/text/ptbl/xp/pd_DocumentRDF.cpp 2026-04-01 01:09:19.268553186 +0200
|
|
@@ -2034,7 +2034,7 @@
|
|
set( c, EVC_TEL, m_phone );
|
|
set( c, EVC_X_JABBER, m_jabberID );
|
|
|
|
- gchar* data = e_vcard_to_string( c, EVC_FORMAT_VCARD_30 );
|
|
+ gchar* data = e_vcard_to_string( c );
|
|
UT_DEBUGMSG(( "saving vcard to file:%s vcard.len:%ld\n", filename.c_str(), strlen(data) ));
|
|
std::ofstream oss( filename.c_str() );
|
|
oss.write( data, strlen(data) );
|