comparison unique.d @ 707:5ba45899cddd

minor infrastructure fixes
author thomask
date Thu, 20 Oct 2005 06:53:54 +0000
parents 8dc894322ce8
children 3f45fca47bec
comparison
equal deleted inserted replaced
706:98da8471e794 707:5ba45899cddd
66 add(file); 66 add(file);
67 } 67 }
68 68
69 version(verbose){ 69 version(verbose){
70 foreach(char[] entry; known.keys.sort){ 70 foreach(char[] entry; known.keys.sort){
71 fwritef(stderr, "\t%s\n", entry); 71 fwritef(stderr, "\t%s\n", known[entry]);
72 } 72 }
73 } 73 }
74 74
75 fwritef(stdout, "hits : %s\n", doppelgaenger); 75 fwritef(stdout, "hits : %s\n", doppelgaenger);
76 76