Commit 851bea2c authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove now-unneeded comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2235 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
...@@ -2471,9 +2471,7 @@ char *display_string(const char *buf, size_t start_col, size_t len, bool ...@@ -2471,9 +2471,7 @@ char *display_string(const char *buf, size_t start_col, size_t len, bool
start_index += wide_buf_len; start_index += wide_buf_len;
} }
/* Make sure that converted is at most len columns wide. */
null_at(&converted, index); null_at(&converted, index);
return converted; return converted;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment