Changeset 3773:f5d38bf9bfdd for commands.c
- Timestamp:
- 2004-10-30 14:59:00 (4 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r3677 r3773 283 283 0, COLS-extra_space, 0, 0, 284 284 prompt, sizeof (prompt), 0); 285 s trncat (prompt, "...?", sizeof (prompt));285 safe_strcat (prompt, sizeof (prompt), "...?"); 286 286 } 287 287 else 288 s trncat (prompt, "?", sizeof (prompt));288 safe_strcat (prompt, sizeof (prompt), "?"); 289 289 290 290 if (query_quadoption (OPT_BOUNCE, prompt) != M_YES)
