From 4f96914b3c1aedc32fe517b35673d39579824afd Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 28 Apr 2024 17:52:51 +0200 Subject: [PATCH] Also copy comments on RDB#apply --- src/rdb/rdb/rdb.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rdb/rdb/rdb.cc b/src/rdb/rdb/rdb.cc index df19f88dc..7771727b3 100644 --- a/src/rdb/rdb/rdb.cc +++ b/src/rdb/rdb/rdb.cc @@ -1876,6 +1876,7 @@ Database::apply (const rdb::Database &other) // actually transfer the attributes here + i->set_comment (other->comment ()); // TODO: this has some optimization potential in terms of performance ... i->set_image_str (other->image_str ()); i->set_tag_str (other->tag_str ());