EDA/Id: Fixed stringification as numbers
authorJerome St-Louis <jerome@ecere.com>
Tue, 12 Apr 2016 19:32:18 +0000 (15:32 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 16 Jul 2016 22:17:51 +0000 (18:17 -0400)
eda/libeda/src/idList.ec

index 50425a0..ebf97f5 100644 (file)
@@ -242,7 +242,7 @@ public class Id : uint64
          }
          else
          {
-            Id id = thisID;
+            uint64 id = thisID;
             id.OnGetString(tempString, null, null);
          }
       }