Small fix.

This commit is contained in:
Ivan Leo Murray-Smith 2004-03-31 00:55:25 +00:00 committed by Alexandre Julliard
parent 0701b0748c
commit 6a1ce967cc
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ if ($debuglevel > 1) {
chomp $debugopts;
if ($debugopts =~ /--debugmsg /) {
($crap, $debugopts) = split / /,$debugopts;
if ($debugopts =~ /WINEDEBUG /) {
if ($debugopts =~ /WINEDEBUG= /) {
($crap, $debugopts) = split / /,$debugopts;
}
if ($debugopts =~ /^\s*$/) {