From 3caa9bd155e9036fe9aae55bb86b6c31548d7375 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/blootbot@817 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Shm.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Shm.pl b/src/Shm.pl index 3ecf9b9..4b142a4 100644 --- a/src/Shm.pl +++ b/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