]> code.citadel.org Git - citadel.git/commitdiff
Reduced the size of the "enter recipient" prompt
authorArt Cancro <ajc@citadel.org>
Wed, 3 Mar 1999 04:38:50 +0000 (04:38 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Mar 1999 04:38:50 +0000 (04:38 +0000)
citadel/messages.c

index 5d8e7c7456ddf120d7331e0297e951f0ed7ee740..023e1c3c8b640182d694eb354b77c3fa2b33c700 100644 (file)
@@ -761,7 +761,7 @@ int entmsg(int is_reply, int c)
                                }
                        else {
                                printf("Enter recipient: ");
-                               getline(buf,299);
+                               getline(buf, 60);
                                if (strlen(buf)==0) return(1);
                                }
                        }