]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - util/charstat.cpp
Agrego Descomprimir con diccionario. POR AHORA SE NECESITA PASAR -r AL DESCOMPRIMIR...
[z.facultad/75.06/jacu.git] / util / charstat.cpp
index ae961359f43f611a7a022d53256c10a88ac71ac3..ba4631b8ae001eecfacef9fef4c1d3203f8425cd 100644 (file)
@@ -7,7 +7,7 @@
 #include <clocale>
 #include <cstdlib>
 
-typedef std::map< char, unsigned > freq_type;
+typedef std::map< unsigned char, unsigned > freq_type;
 
 class print: public std::unary_function< freq_type::value_type, void >
 {