Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
896b1cc9
Commit
896b1cc9
authored
May 01, 2009
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(load_charset_map): Remove unnecessary code.
parent
56f00ed2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/charset.c
src/charset.c
+0
-1
No files found.
src/ChangeLog
View file @
896b1cc9
2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
* charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
(load_charset_map): Remove unnecessary code.
2009-04-30 David Reitter <david.reitter@gmail.com>
...
...
src/charset.c
View file @
896b1cc9
...
...
@@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, control_flag)
{
memset
(
temp_charset_work
->
table
.
decoder
,
-
1
,
sizeof
(
int
)
*
0x10000
);
temp_charset_work
->
for_encoder
=
0
;
}
else
{
...
...
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