From 1035898339f2dcc7a2ae55870859e9049e7337b1 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 15 Nov 2002 11:28:07 +0000 Subject: [PATCH] Fixed file reading for --ems-melody-file-send --- GSM/examples/commandline/gsmcmd | 1 + 1 file changed, 1 insertion(+) 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" -- 1.8.3.1