another int -> bool conversion
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2220 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
956da0d0e1
Коммит
423326fc71
@ -644,7 +644,7 @@ void do_cursorpos_void(void);
|
|||||||
int help_line_len(const char *ptr);
|
int help_line_len(const char *ptr);
|
||||||
void do_help(void);
|
void do_help(void);
|
||||||
#endif
|
#endif
|
||||||
void do_replace_highlight(int highlight_flag, const char *word);
|
void do_replace_highlight(bool highlight_flag, const char *word);
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
void dump_buffer(const filestruct *inptr);
|
void dump_buffer(const filestruct *inptr);
|
||||||
void dump_buffer_reverse(void);
|
void dump_buffer_reverse(void);
|
||||||
|
@ -3976,7 +3976,7 @@ void do_help(void)
|
|||||||
|
|
||||||
/* Highlight the current word being replaced or spell checked. We
|
/* Highlight the current word being replaced or spell checked. We
|
||||||
* expect word to have tabs and control characters expanded. */
|
* expect word to have tabs and control characters expanded. */
|
||||||
void do_replace_highlight(int highlight_flag, const char *word)
|
void do_replace_highlight(bool highlight_flag, const char *word)
|
||||||
{
|
{
|
||||||
size_t y = xplustabs();
|
size_t y = xplustabs();
|
||||||
size_t word_len = strlen(word);
|
size_t word_len = strlen(word);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user