diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:52:57 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:52:57 +0000 |
commit | a0ccee8b339cbd7d2a5be2f23fa0b2f51d8bbd78 (patch) | |
tree | 1a9632c02a53b6df96425fec98a823006618e1bf /editors/openoffice-3/files/patch-registry::source::regkey.cxx | |
parent | First step to make this port working. Configure works and all patches (diff) |
Re-add previously deleted files.
Notes
Notes:
svn path=/head/; revision=68300
Diffstat (limited to 'editors/openoffice-3/files/patch-registry::source::regkey.cxx')
-rw-r--r-- | editors/openoffice-3/files/patch-registry::source::regkey.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-registry::source::regkey.cxx b/editors/openoffice-3/files/patch-registry::source::regkey.cxx new file mode 100644 index 000000000000..fad069f83f14 --- /dev/null +++ b/editors/openoffice-3/files/patch-registry::source::regkey.cxx @@ -0,0 +1,12 @@ +--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002 ++++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002 +@@ -228,6 +228,9 @@ + { + RegError _ret = REG_NO_ERROR; + ++ if (!nSubKeys) ++ return REG_NO_ERROR; ++ + if (phSubKeys) + { + ORegistry* pReg = NULL; |