From 3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Oct 1999 11:41:53 +0000 Subject: no_comment --- perl-install/resize_fat/io.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/resize_fat/io.pm') diff --git a/perl-install/resize_fat/io.pm b/perl-install/resize_fat/io.pm index 48309db91..7255bc437 100644 --- a/perl-install/resize_fat/io.pm +++ b/perl-install/resize_fat/io.pm @@ -47,7 +47,7 @@ sub read_file($$) { my ($fs, $cluster) = @_; my $buf = ''; - for (; !resize_fat::fat::is_eof($cluster); $cluster = resize_fat::fat::next($fs, $cluster)) { + for (; !resize_fat::fat::is_eof($cluster); $cluster = resize_fat::fat::next ($fs, $cluster)) { $cluster == 0 and die "Bad FAT: unterminated chain\n"; $buf .= read_cluster($fs, $cluster); } -- cgit v1.2.1