Changeset 3495:14ec8eba0341 for commands.c
- Timestamp:
- 2003-10-04 13:34:59 (5 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r3447 r3495 762 762 763 763 /* check to make sure that this file is really the one the user wants */ 764 if ( !mutt_save_confirm (buf, &st))764 if (mutt_save_confirm (buf, &st) != 0) 765 765 return -1; 766 766
