Changeset 2238:6390b65b36b6 for commands.c
- Timestamp:
- 2001-01-08 08:57:20 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2198 r2238 239 239 * for good measure. This is not ideal. FIXME. 240 240 */ 241 snprintf (prompt, sizeof (prompt) ,241 snprintf (prompt, sizeof (prompt) - 4, 242 242 (h ? _("Bounce message to %s") : _("Bounce messages to %s")), buf); 243 mutt_format_string (prompt, sizeof (prompt) ,243 mutt_format_string (prompt, sizeof (prompt) - 4, 244 244 0, COLS-extra_space, 0, 0, 245 245 prompt, sizeof (prompt), 0); 246 strcat (prompt, "...?"); 246 strcat (prompt, "...?"); /* __STRCAT_CHECKED__ */ 247 247 if (mutt_yesorno (prompt, 1) != 1) 248 248 {
