From e2026d3e5005ae06f9b5e9bc0314498f1676936f Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 22 Aug 2003 18:04:10 +0000 Subject: [PATCH] might help if we actually write instead of '' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@817 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index 3ecf9b9..4b142a4 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/src/Shm.pl @@ -87,7 +87,8 @@ sub shmWrite { $str = $read ."||". $str; } - if (!shmwrite($key, '', $position, $size)) { + if (!shmwrite($key, $str, $position, $size)) { + &DEBUG("shmWrite($key, $str)"); &ERROR("shmWrite: failed: $!"); } } -- 2.39.5