Mercurial > libpst
diff src/readpst.c @ 401:c1b1bbd42696
Markus Schnalke - fix from Debian for vcard version format
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Mar 2020 18:13:33 -0700 |
parents | 5c0ce43c7532 |
children | 24871e6cdd69 |
line wrap: on
line diff
--- a/src/readpst.c Sun Jan 12 15:31:30 2020 -0800 +++ b/src/readpst.c Sun Mar 22 18:13:33 2020 -0700 @@ -2015,7 +2015,7 @@ write_extra_categories(f_output, item); - fprintf(f_output, "VERSION: 3.0\n"); + fprintf(f_output, "VERSION:3.0\n"); fprintf(f_output, "END:VCARD\n\n"); if (result) free(result); DEBUG_RET();