mirror of
https://github.com/The-OpenROAD-Project/OpenDB.git
synced 2026-03-06 17:31:17 +08:00
fix coverity identified copy-paste error
This commit is contained in:
@@ -231,7 +231,7 @@ inline void dbVector<T*>::differences(dbDiff& diff,
|
||||
|
||||
for (; i2 != rhs.end(); ++i2, ++i) {
|
||||
diff.report("> %s[%d]:\n", field, i);
|
||||
(*i1)->out(diff, dbDiff::RIGHT, NULL);
|
||||
(*i2)->out(diff, dbDiff::RIGHT, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user