ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.74 by root, Tue Oct 24 17:22:17 2006 UTC vs.
Revision 1.75 by root, Tue Oct 24 20:10:26 2006 UTC

538 # need to check for real directory 538 # need to check for real directory
539 add $statgrp aio_lstat "$path/$entry", sub { 539 add $statgrp aio_lstat "$path/$entry", sub {
540 if (-d _) { 540 if (-d _) {
541 push @dirs, $entry; 541 push @dirs, $entry;
542 542
543 if (!--$ndirs) { 543 unless (--$ndirs) {
544 push @nondirs, @$entries; 544 push @nondirs, @$entries;
545 $statgrp->cancel_subs; 545 feed $statgrp;
546 } 546 }
547 } else { 547 } else {
548 push @nondirs, $entry; 548 push @nondirs, $entry;
549 } 549 }
550 } 550 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines