diff doodle/utils/prog/dupes.d @ 123:0d427170a805

Move to 64-bit
author David Bryant <bagnose@gmail.com>
date Wed, 04 May 2011 22:19:44 +0930
parents f1cf62339ed5
children 89016abde9fe
line wrap: on
line diff
--- a/doodle/utils/prog/dupes.d	Mon May 02 17:42:51 2011 +0930
+++ b/doodle/utils/prog/dupes.d	Wed May 04 22:19:44 2011 +0930
@@ -128,7 +128,7 @@
     uint[][ulong] size_to_file_indices;
     bool[ulong]   duplicate_sizes;
 
-    foreach (index, file; file_array) {
+    foreach (uint index, file; file_array) {
         //writefln("%s %s %s", index, file.name, file.size);
 
         if (uint[] * indices = (file.size in size_to_file_indices)) {