[Libsysio-commit] HEAD: libsysio/tests test_stats.pl
Brought to you by:
lward
|
From: Sonja T. <so...@us...> - 2003-10-27 17:00:31
|
Update of /cvsroot/libsysio/libsysio/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv608/tests
Modified Files:
test_stats.pl
Log Message:
Fixed printing error in test_stats.pl
Index: test_stats.pl
===================================================================
RCS file: /cvsroot/libsysio/libsysio/tests/test_stats.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -b -B -p -r1.3 -r1.4
--- test_stats.pl 10 Oct 2003 18:50:31 -0000 1.3
+++ test_stats.pl 27 Oct 2003 16:50:54 -0000 1.4
@@ -71,7 +71,7 @@ sub verify_stat
my $cmdstr;
# Print out the stat buffer
if ($is_alpha == 0) {
- $cmdstr = 'PRINT $buf 0 8 LONG 12 24 INT 44 8 LONG 52 8 INT 64 24 LONG'."\n";
+ $cmdstr = 'PRINT $buf 0 8 LONG 12 24 INT 44 8 LONG 48 8 INT 56 24 LONG'."\n";
} else {
$cmdstr = 'PRINT $buf 0 16 LONG 16 16 INT 32 8 LONG 40 4 INT 48 40 LONG'."\n";
}
|