Index: source/common/usc_impl.c |
diff --git a/source/common/usc_impl.c b/source/common/usc_impl.c |
index 71fdf94c8be63400b19e9da92108913d67d1aade..e30c7f5ad274ad61b2f8853e36206846530c668a 100644 |
--- a/source/common/usc_impl.c |
+++ b/source/common/usc_impl.c |
@@ -1,6 +1,6 @@ |
/* |
********************************************************************** |
-* Copyright (C) 1999-2009, International Business Machines |
+* Copyright (C) 1999-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
********************************************************************** |
* |
@@ -146,7 +146,7 @@ highBit(int32_t value) |
} |
if (value >= 1 << 1) { |
- value >>= 1; |
+ //value >>= 1; |
bit += 1; |
} |