0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

m_xline.c fixed

This commit is contained in:
Valery Yatsko 2008-04-02 19:47:04 +04:00
parent 97b41ffab9
commit a4f22ead11

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