File: z

package info (click to toggle)
dupd 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 12,688 kB
  • sloc: ansic: 8,381; sh: 879; makefile: 131; perl: 58
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
    if (d12 && !d23) {          // 1 is different
      close(file[1]);
      if (save_uniques) {
        unique_to_db(dbh, path1, "3-compare1");
      }
      compare_two_open_files(dbh, path2, file[2], path3, file[3], size, bread);
      return;
    }