32_yowsup.pm: use \r for newline
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8925 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -458,7 +458,7 @@ yowsup_Write($$)
|
||||
|
||||
return "not connected" if( !$hash->{PID} );
|
||||
|
||||
$data =~ s/\n/ /g;
|
||||
$data =~ s/\n/\r/g;
|
||||
|
||||
Log3 $name, 3, "$name: sending $data";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user