]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
... of course, that would be better still if I remembered to update
authorSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 17:07:24 +0000 (17:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 2 Jan 2003 17:07:24 +0000 (17:07 +0000)
`nvalid'. Ahem.

[originally from svn r2428]

charset/sbcsgen.pl

index 355bf3bc48a00d833123af588a16c98810634b0d..6a070f406f6259b37beffb979953e33c0d064756 100644 (file)
@@ -102,7 +102,7 @@ sub outcharset($$$) {
        }
        $j++;
     }
-    printf "\n    },\n    %d\n", scalar @sorted;
+    printf "\n    },\n    %d\n", $j;
     print "};\n";
     print "const charset_spec charset_$name = {\n" .
           "    $name, read_sbcs, write_sbcs, &data_$name\n};\n\n";