X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=GSM%2Fexamples%2Fcommandline%2Fgsmcmd;h=51eb93e8b3a7e5193d506ae9659ea327a031a874;hb=refs%2Fheads%2Flace;hp=e290be3273afdc6821f951d573d68d3fb3e4f126;hpb=8d09bf3a631934768f48e5db67d68d972e133af8;p=gsmperl.git diff --git a/GSM/examples/commandline/gsmcmd b/GSM/examples/commandline/gsmcmd index e290be3..51eb93e 100755 --- a/GSM/examples/commandline/gsmcmd +++ b/GSM/examples/commandline/gsmcmd @@ -208,6 +208,7 @@ my($keyword,$arg)=@_; local (*F); open F, $arg; + local $/=undef(); my $ems_melody_file_data = ; close F; warn "EMS iMelody file format not recognized, wrapping anyway"