(mcharset__load_from_database): Set mdebug_flag
authorhanda <handa>
Wed, 15 Aug 2007 11:45:39 +0000 (11:45 +0000)
committerhanda <handa>
Wed, 15 Aug 2007 11:45:39 +0000 (11:45 +0000)
instead of mdebug_mask.

src/charset.c

index bf3cfc2..3e7b746 100644 (file)
@@ -587,7 +587,7 @@ mcharset__load_from_database ()
   MDatabase *mdb = mdatabase_find (msymbol ("charset-list"), Mnil, Mnil, Mnil);
   MPlist *def_list, *plist;
   MPlist *definitions = charset_definition_list;
-  int mdebug_mask = MDEBUG_CHARSET;
+  int mdebug_flag = MDEBUG_CHARSET;
 
   if (! mdb)
     return 0;