1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Reorganization to restore generating charset C files from conf files

This commit is contained in:
unknown
2003-01-29 15:08:09 +04:00
parent 231553039f
commit 2c2b14f9a2
17 changed files with 4139 additions and 4067 deletions

View File

@ -65,7 +65,7 @@ int my_vsnprintf(char *to, size_t n, const char* fmt, va_list ap)
length= num_state= pre_zero= 0;
for (;; fmt++)
{
if (my_isdigit(system_charset_info,*fmt))
if (my_isdigit(my_charset_latin1,*fmt))
{
if (!num_state)
{