ide/sdk: Fixed forcing bit depth option not invoked for static libraries
[sdk] / eda / libeda / src / idList.ec
index 92ce1c8..9da121d 100644 (file)
@@ -500,7 +500,7 @@ public class StringList
 
    bool Add(String string)
    {
-      BTNode node { key = (uint)CopyString(string) };
+      BTNode node { key = (uintptr)CopyString(string) };
       if(strings.Add(node))
          return true;
       else