Kaydet (Commit) 1daf4db9 authored tarafından Julien Nabet's avatar Julien Nabet

Blind fix for 3ceb01af

Change-Id: I01649065c93de368f900eb836a0467693f361f68
Reviewed-on: https://gerrit.libreoffice.org/50297Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 7e45e4bb
...@@ -607,9 +607,9 @@ ErrCode call( ...@@ -607,9 +607,9 @@ ErrCode call(
{ {
unmarshal(elem.variable, elem.buffer); unmarshal(elem.variable, elem.buffer);
} }
for (auto const& unmarshalString : data.unmarshalStrings) for (auto const& elem : data.unmarshalStrings)
{ {
ErrCode e = unmarshalString(unmarshalString, result); ErrCode e = unmarshalString(elem, result);
if (e != ERRCODE_NONE) { if (e != ERRCODE_NONE) {
return e; return e;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment