Explorar el Código

Upmerge continued

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 8 años
padre
commit
1383402478
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/couchbase/couchbaseembed.cpp

+ 1 - 1
plugins/couchbase/couchbaseembed.cpp

@@ -1070,7 +1070,7 @@ namespace couchbaseembed
         }
         else
         {
-            xpath = str(field->name);
+            xpath = field->name;
         }
 
         return xpath;