From ebe9b44a2cf1790731b44e1404c92c00b1fdcb8c Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 27 Sep 2013 13:04:05 +0200 Subject: [PATCH] fix metadatacmds multifield modif, didnt set anything at all... --- src/internfile/internfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internfile/internfile.cpp b/src/internfile/internfile.cpp index 0302bee5..e51372d6 100644 --- a/src/internfile/internfile.cpp +++ b/src/internfile/internfile.cpp @@ -620,7 +620,7 @@ bool FileInterner::dijontorcl(Rcl::Doc& doc) } static void docfieldfrommeta(RclConfig* cfg, const string& name, - const string &value, Rcl::Doc doc) + const string &value, Rcl::Doc& doc) { string fieldname = cfg->fieldCanon(name); LOGDEB0(("Internfile:: setting [%s] from cmd value [%s]\n",