]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- do not forget type of note
authorOndrej Kozina <okozina@redhat.com>
Fri, 18 Jan 2013 16:29:14 +0000 (17:29 +0100)
committerOndrej Kozina <okozina@redhat.com>
Wed, 27 Feb 2013 16:24:56 +0000 (17:24 +0100)
snapper/Compare.cc

index 837a2c0b2931d4f17a15d43de8bb45d11be8f64b..abf3fed2029f10d2b983780eb2d8d4563fd25633 100644 (file)
@@ -219,6 +219,8 @@ namespace snapper
        // and !file2.xaSupported() at the same time
         if (file1.xaSupported() && file2.xaSupported())
         {
+            // TODO: think about how XATTRS are related to
+            // to other status changes...
             if (!cmpFilesXattrs(file1, file2))
             {
                 status |= XATTRS;