/[mailutils]/mailutils/mailbox/mu_auth.c
ViewVC logotype

Diff of /mailutils/mailbox/mu_auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gray, Wed Mar 26 18:53:25 2003 UTC revision 1.8 by gray, Thu Jun 26 14:26:32 2003 UTC
# Line 273  mu_auth_register_module (struct mu_auth_ Line 273  mu_auth_register_module (struct mu_auth_
273            for (i = 0; mu_auth_argp.children[i].argp; i++)            for (i = 0; mu_auth_argp.children[i].argp; i++)
274              ;              ;
275            tmp = realloc ((void*) mu_auth_argp.children,            tmp = realloc ((void*) mu_auth_argp.children,
276                           (i+1) * sizeof(mu_auth_argp.children[0]));                           (i + 2) * sizeof(mu_auth_argp.children[0]));
277            mu_auth_argp.children = tmp;            mu_auth_argp.children = tmp;
278          }          }
279        else        else

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26