Ehm... no, you can't do that.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4882 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f215603a10
commit
ee4e67aa1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue