Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d4dd5a8a
...
d4dd5a8a5777be7ba655b87b483659206ea0cf54
authored
2011-12-30 22:18:45 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix a bug in DOT decoder.
1 parent
a01bb419
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libmailutils/filter/dot.c
libmailutils/filter/dot.c
View file @
d4dd5a8
...
...
@@ -74,7 +74,10 @@ new_decode_state (enum dot_decode_state state, int c)
{
case
'.'
:
return
dot_decode_dot
;
case
'\n'
:
return
dot_decode_lf
;
}
break
;
case
dot_decode_dot
:
switch
(
c
)
...
...
Please
register
or
sign in
to post a comment