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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7304 by michael, Wed Feb 10 10:45:46 2016 UTC vs.
Revision 7330 by michael, Fri Feb 19 17:50:13 2016 UTC

# Line 1270 | Line 1270 | conf_error_report(const char *msg)
1270   * side effects - none
1271   * Originally written by Dianora (Diane, db@db.net)
1272   */
1273 < time_t
1273 > uintmax_t
1274   valid_tkline(const char *data, const int minutes)
1275   {
1276    const unsigned char *p = (const unsigned char *)data;
1277    unsigned char tmpch = '\0';
1278 <  time_t result = 0;
1278 >  uintmax_t result = 0;
1279  
1280    while ((tmpch = *p++))
1281    {
# Line 1514 | Line 1514 | find_user_host(struct Client *source_p,
1514   int
1515   parse_aline(const char *cmd, struct Client *source_p,
1516              int parc, char **parv,
1517 <            int parse_flags, char **up_p, char **h_p, time_t *tkline_time,
1517 >            int parse_flags, char **up_p, char **h_p, uintmax_t *tkline_time,
1518              char **target_server, char **reason)
1519   {
1520    int found_tkline_time=0;

Diff Legend

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