From: djk Date: Thu, 4 Nov 1999 16:06:17 +0000 (+0000) Subject: removed ~ from the end of a PC18 X-Git-Tag: R_1_34~15 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=1479f550842390ca770899e5cf1c6ce79087fe82;p=spider.git removed ~ from the end of a PC18 --- diff --git a/Changes b/Changes index c53af39d..557561ee 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +04Nov99======================================================================= +1. Removed ~ from the end of the PC18. 03Nov99======================================================================= 1. Simplified command caching so it uses anonymous subroutines, you should also get error messages back on the console now when developing. diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index c49f953a..6df70ad7 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -94,7 +94,7 @@ sub pc17 sub pc18 { my $info = DXCluster::cluster; - return "PC18^$info^$DXProt::myprot_version^~"; + return "PC18^$info^$DXProt::myprot_version^"; } #