Commit 6a1ce967 authored by Ivan Leo Murray-Smith's avatar Ivan Leo Murray-Smith Committed by Alexandre Julliard

Small fix.

parent 0701b074
......@@ -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*$/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment