This commit is contained in:
Daniel Stenberg 2001-02-20 13:58:56 +00:00
parent 63b5748eb6
commit 5f3d63ed5b
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if($totalmem) {
for(keys %sizeataddr) {
$addr = $_;
$size = $sizeataddr{$addr};
if($size) {
if($size > 0) {
print "At $addr, there's $size bytes.\n";
print " allocated by ".$getmem{$addr}."\n";
}