From: short <> Date: Fri, 15 Nov 2002 11:28:07 +0000 (+0000) Subject: Fixed file reading for --ems-melody-file-send X-Git-Url: http://git.jankratochvil.net/?p=gsmperl.git;a=commitdiff_plain;h=lace Fixed file reading for --ems-melody-file-send --- 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"