ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_whowas.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_whowas.c (file contents):
Revision 7006 by michael, Fri Jan 1 00:07:54 2016 UTC vs.
Revision 7330 by michael, Fri Feb 19 17:50:13 2016 UTC

# Line 108 | Line 108 | do_whowas(struct Client *source_p, const
108   static int
109   m_whowas(struct Client *source_p, int parc, char *parv[])
110   {
111 <  static time_t last_used = 0;
111 >  static uintmax_t last_used = 0;
112  
113    if (parc < 2 || EmptyString(parv[1]))
114    {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)