Commit 13abfd99 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed warning 'uninitialized value in numeric gt'.

This is a MSYS/MinGW-only warning; full warning text is:
Use of uninitialized value in numeric gt (>) at ../../curl/tests/runtests.pl line 2227.
parent 82767917
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2206,7 +2206,7 @@ sub checksystem {
                # given path to the "actual" windows path.

                my @m = `mount`;
                my $matchlen;
                my $matchlen = 0;
                my $bestmatch;
                my $mount;