From: Ondrej Kozina Date: Fri, 18 Jan 2013 16:29:14 +0000 (+0100) Subject: - do not forget type of note X-Git-Tag: v0.1.3~18^2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e11c2dde9fda520335e5941068579dbbd3623c57;p=thirdparty%2Fsnapper.git - do not forget type of note --- diff --git a/snapper/Compare.cc b/snapper/Compare.cc index 837a2c0b..abf3fed2 100644 --- a/snapper/Compare.cc +++ b/snapper/Compare.cc @@ -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;