Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
d2168451
Commit
d2168451
authored
Sep 27, 2019
by
IKEDA Soji
Browse files
Sympa::DataSource::File cannot handle newline other than LF (single "\n").
parent
ead4a283
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/DataSource/File.pm
View file @
d2168451
...
...
@@ -55,7 +55,7 @@ sub _next {
my
$ifh
=
$self
->
__dsh
;
while
(
my
$line
=
<
$ifh
>
)
{
chomp
$line
;
$line
=~
s/\s+\z//
;
# allow any styles of newline
if
(
++
$lines
>
49
and
not
$found
)
{
$log
->
syslog
(
...
...
Write
Preview
Supports
Markdown
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