This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in pod/perldsc.pod
[perl5.git] / generate_uudmap.c
index 664333e..28cfd27 100644 (file)
@@ -14,7 +14,7 @@ int main() {
   char *p;
 
   for (i = 0; i < sizeof(PL_uuemap) - 1; ++i)
-    PL_uudmap[(U8)PL_uuemap[i]] = i;
+    PL_uudmap[(U8)PL_uuemap[i]] = (char)i;
   /*
    * Because ' ' and '`' map to the same value,
    * we need to decode them both the same.