0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02:00

ircd: Make Chm::mode_type unsigned long.

This commit is contained in:
Jason Volk 2016-07-22 11:45:48 -07:00
parent ac577c1322
commit 1a8ed13747

View file

@ -86,7 +86,7 @@ struct Chm
{
ChmFunc set_func;
ChmClass mode_class;
long mode_type;
unsigned long mode_type;
};