@magic-xpa/angular 4.900.0-dev490.142 → 4.900.0-dev490.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2380,7 +2380,7 @@ class AccessorMagicService {
|
|
2380
2380
|
for (let i = 0; i < mask.length; i++) {
|
2381
2381
|
switch (mask.charCodeAt(i)) {
|
2382
2382
|
case PICInterface.PIC_N:
|
2383
|
-
valueStr.Append("
|
2383
|
+
valueStr.Append("0");
|
2384
2384
|
break;
|
2385
2385
|
case PICInterface.PIC_U:
|
2386
2386
|
case PICInterface.PIC_L:
|