diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:41:42 +0000 |
commit | 5f6e7f6949fe1fba17b53a04af5b465f19b9b17d (patch) | |
tree | 336b116c7090225344e575c81b023f12aef39c5b /editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c | |
parent | * add 2 missing man pages (diff) |
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.
As you may see the patchnames are very long, but that makes
maintaining patches a lot easier.
Notes
Notes:
svn path=/head/; revision=68299
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c b/editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c new file mode 100644 index 000000000000..7cf80c18d0a0 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-sal::textenc::tencinfo.c @@ -0,0 +1,13 @@ +--- ../sal/textenc/tencinfo.c.orig Wed Jul 31 11:44:35 2002 ++++ ../sal/textenc/tencinfo.c Wed Jul 31 11:45:47 2002 +@@ -695,6 +695,10 @@ + /* characters. The function search for the first equal string in */ + /* the table. In this table are only the most used mime types. */ + /* Sort order: important */ ++ ++ if (pMimeCharset == NULL) ++ pMimeCharset = "usascii"; ++ + static ImplStrCharsetDef const aVIPMimeCharsetTab[] = + { + { "usascii", RTL_TEXTENCODING_ASCII_US }, |