Commit ee4e67aa authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Ehm... no, you can't do that.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4882 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -4,7 +4,6 @@
two-column characters properly. This fixes Savannah bug #31743.
* src/nano.c (precalc_multicolorinfo): Improve debugging messages,
and remove superfluous assignment (fileptr already equals endptr).
* src/color.c (color_update): Close the libmagic file after use.
2014-05-13 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (do_linter): Make an error message somewhat clearer.
......
......@@ -201,7 +201,6 @@ void color_update(void)
statusbar(_("magic_file(%s) failed: %s"),
openfile->filename, magic_error(cookie));
}
magic_close(cookie);
#ifdef DEBUG
fprintf(stderr, "Returned magic string is: %s\n", magicstring);
#endif
......
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