2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

32_yowsup.pm: use \r for newline

git-svn-id: https://svn.fhem.de/fhem/trunk@8925 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-07-08 20:38:25 +00:00
parent b4cfca3086
commit 3d8f81e4db

View File

@ -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";