You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -691,9 +691,7 @@ static void printCharToByte(void)
|
||||
printf("\t\tint ch;\n");
|
||||
printf("\t\tint charIndex = 0;\n");
|
||||
printf("\t\tint byteIndex = 0;\n");
|
||||
printf("#if NET_2_0\n");
|
||||
printf("\t\tEncoderFallbackBuffer buffer = null;\n");
|
||||
printf("#endif\n");
|
||||
printf("\t\twhile (charCount > 0)\n");
|
||||
printf("\t\t{\n");
|
||||
printf("\t\t\tch = (int)(chars[charIndex]);\n");
|
||||
|
||||
Reference in New Issue
Block a user