Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
161e44d1
Commit
161e44d1
authored
May 18, 2010
by
Juanma Barranquero
Browse files
* charset.c (load_charset_map_from_file): Don't call close after fclose.
parent
952d5580
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/charset.c
src/charset.c
+0
-1
No files found.
src/ChangeLog
View file @
161e44d1
2010-05-18 Juanma Barranquero <lekktu@gmail.com>
* charset.c (load_charset_map_from_file): Don't call close after fclose.
2010-05-18 Glenn Morris <rgm@gnu.org>
* s/gnu-linux.h: Combine two conditionals.
...
...
src/charset.c
View file @
161e44d1
...
...
@@ -567,7 +567,6 @@ load_charset_map_from_file (charset, mapfile, control_flag)
n_entries
++
;
}
fclose
(
fp
);
close
(
fd
);
load_charset_map
(
charset
,
head
,
n_entries
,
control_flag
);
SAFE_FREE
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment