mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
090957605c
* gtkedit/editcmd.c (edit_save_file): check fclose()s return value to prevent loss of data (edit_block_process_cmd): don't translate empty string * gtkedit/edit.h (edit_get_write_filter, edit_write_stream, edit_init_file): added declarations * edit.c (edit_filters): constified (edit_get_write_filter): filename constified (user_menu): don't translate empty string * syntax.c (syntax_text): constified (upgrade_syntax_file): syntax_line constified, f closed after use
16 lines
531 B
Plaintext
16 lines
531 B
Plaintext
2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
* gtkedit/editcmd.c (edit_save_file): check fclose()s return value
|
|
to prevent loss of data
|
|
(edit_block_process_cmd): don't translate empty string
|
|
|
|
* gtkedit/edit.h (edit_get_write_filter, edit_write_stream,
|
|
edit_init_file): added declarations
|
|
|
|
* edit.c (edit_filters): constified
|
|
(edit_get_write_filter): filename constified
|
|
(user_menu): don't translate empty string
|
|
|
|
* syntax.c (syntax_text): constified
|
|
(upgrade_syntax_file): syntax_line constified, f closed after use
|