mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
m_xline.c fixed
This commit is contained in:
parent
97b41ffab9
commit
a4f22ead11
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ write_xline(struct Client *source_p, struct ConfItem *aconf)
|
|||
|
||||
rb_sprintf(buffer, "\"%s\",\"0\",\"%s\",\"%s\",%ld\n",
|
||||
aconf->name, aconf->passwd,
|
||||
get_oper_name(source_p), rb_current_time());
|
||||
get_oper_name(source_p), (long) rb_current_time());
|
||||
|
||||
if(fputs(buffer, out) == -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue