From 8517b6162e5531e733a0b2ffe8106873d8e0d082 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 3 Feb 2013 10:31:33 +0100 Subject: Typo Change-Id: I8e4f7c5a44bc300913efb68f901b794d8fb385fe --- registry/tools/reg2bin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry') diff --git a/registry/tools/reg2bin.cxx b/registry/tools/reg2bin.cxx index 862289a07033..7e5001e05d26 100644 --- a/registry/tools/reg2bin.cxx +++ b/registry/tools/reg2bin.cxx @@ -975,7 +975,7 @@ sal_uInt64 writeNameNul(osl::File & file, rtl::OUString const & name) { void writeNameLen(osl::File & file, rtl::OUString const & name) { rtl::OString ascii(toAscii(name)); - write32(file, name.getLength()); + write32(file, ascii.getLength()); write(file, ascii.getStr(), ascii.getLength()); } -- cgit