summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-30 13:37:38 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-30 13:37:38 +0000
commitae59c935e3147a26aad23a41b00b089d9c35001d (patch)
tree1c751014efd79b08fbd6f343203dd09c34b6ce35 /registry/tools
parentf573e6e22f9ff8927ea6bf92f77c3c6c598af281 (diff)
improve output
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/regcompare.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 9eee20f2d995..744e30f63ccd 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-02-15 16:49:50 $
+ * last change: $Author: jsc $ $Date: 2001-03-30 14:37:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1717,7 +1717,7 @@ static sal_uInt32 checkDifferences(StringSet& keys, RegistryKeyNames& subKeyName
if ( options.forceOutput() )
{
fprintf(stderr, "EXISTENCE: key \"%s\" exists only in registry \"%s\"\n",
- U2S(subKeyNames2.getElement(i)), options.getRegName1().getStr());
+ U2S(subKeyNames2.getElement(i)), options.getRegName2().getStr());
}
nError++;
} else