]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Fix typo in git_patchset_body
[Gitweb] / gitweb.perl
index 501e1f5aa3a2e271bfdbe97d20f9644daecca02a52c0ee344130b5a8ee72ff52..f32160a201f5ffa3cdc1e1c6be61ffab6d6d2f54dc04ffb9ea862aa559e571cb 100755 (executable)
@@ -1656,7 +1656,7 @@ sub git_patchset_body {
        print "<div class=\"patchset\">\n";
 
        LINE:
-       while (my $patch_line @$fd>) {
+       while (my $patch_line = <$fd>) {
                chomp $patch_line;
 
                if ($patch_line =~ m/^diff /) { # "git diff" header
This page took 0.235316 seconds and 4 git commands to generate.