m_xline.c fixed

This commit is contained in:
Valery Yatsko 2008-04-02 19:47:04 +04:00
parent de2fb6e2ae
commit 7db0e309ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{