summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/misc_which_recorder.pl
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-12 21:07:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-12 21:07:31 (GMT)
commit5bc75e0637c516274b1ab88fa26de298a44a6009 (patch)
treeacd23a463d9c17f1598b066a014aaac1badbc64f /abs/core/LinHES-system/misc_which_recorder.pl
parente20ff8d0fd0fb85a3c74c856931d2396df0b9d5c (diff)
downloadlinhes_pkgbuild-5bc75e0637c516274b1ab88fa26de298a44a6009.zip
linhes_pkgbuild-5bc75e0637c516274b1ab88fa26de298a44a6009.tar.gz
linhes_pkgbuild-5bc75e0637c516274b1ab88fa26de298a44a6009.tar.bz2
LinHES-system: misc_which_recorder.pl: forgot some quotes
Diffstat (limited to 'abs/core/LinHES-system/misc_which_recorder.pl')
-rwxr-xr-xabs/core/LinHES-system/misc_which_recorder.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/misc_which_recorder.pl b/abs/core/LinHES-system/misc_which_recorder.pl
index 56d076c..6952b3f 100755
--- a/abs/core/LinHES-system/misc_which_recorder.pl
+++ b/abs/core/LinHES-system/misc_which_recorder.pl
@@ -76,7 +76,7 @@ while (<$fh>)
$index++;
($time, $title, $chanid, $cardid, $sourceid) = ($1, $2, $3, $4, $5);
- $time =~ s/T/ /;
+ $time =~ s/T/' '/;
$time = `date -d $time +%a' '%m/%d' '%l:%M' '%p`;
chomp ($time);
if (($title =~ /"?(.+)"?:"?(.*)"?/) || ($title =~ /(.+) "(.*)"/))