X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.c;h=bfd1c652116dacff39c74a243d7de7644fbf6863;hb=24fe86deb7f53aec3c7f622cee1ab743b1d17f2e;hp=50cc2fe0b7d4b7addb6f9355b7c0539f38f5a16e;hpb=0e20ad7908ef148fd4ee6d06cdfd5a6475cb916b;p=citadel.git diff --git a/citadel/commands.c b/citadel/commands.c index 50cc2fe0b..bfd1c6521 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -63,8 +63,8 @@ int rc_force_mail_prompts; int rc_remember_passwords; int rc_ansi_color; int num_urls = 0; -char urls[MAXURLS][1024]; -char rc_url_cmd[1024]; +char urls[MAXURLS][SIZ]; +char rc_url_cmd[SIZ]; char *gl_string; int next_lazy_cmd = 5;