daemon: Fix hexdump to work on absolute symbolic links (RHBZ#579608).
[libguestfs.git] / tools / virt-ls
index a55f6c3..8add52e 100755 (executable)
@@ -202,8 +202,8 @@ unless ($mode) {
     my $r;
     my $line;
     while (($r = read (F, $line, 1024)) > 0) {
-       $line =~ tr{\0}{\n};
-       print $line;
+        $line =~ tr{\0}{\n};
+        print $line;
     }
     close F;
 }
@@ -221,7 +221,7 @@ L<http://libguestfs.org/>.
 
 =head1 AUTHOR
 
-Richard W.M. Jones L<http://et.redhat.com/~rjones/>
+Richard W.M. Jones L<http://people.redhat.com/~rjones/>
 
 =head1 COPYRIGHT