Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a706ff5e
Commit
a706ff5e
authored
Nov 21, 1999
by
Andreas Mohr
Committed by
Alexandre Julliard
Nov 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed default relay line number from 100 to 200.
parent
d183e4ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bug_report.pl
tools/bug_report.pl
+4
-4
No files found.
tools/bug_report.pl
View file @
a706ff5e
...
...
@@ -313,24 +313,24 @@ if ($debuglevel > 1) {
$var13
=
qq{
How many trailing lines of debugging info do you want to include in the report
you're going to submit (First file)? If a developer asks you to include
the last
200 lines, enter 200 here. Default is 1
00, which is reached by
the last
1000 lines, enter 1000 here. Default is 2
00, which is reached by
pressing enter. (If you're not sure, just hit enter):
}
;
print
do_var
(
$var13
);
}
elsif
(
$debuglevel
=~
3
)
{
$var14
=
qq{
Enter how many lines of trailing debugging output you want in your nice
formatted report. Default is
1
00:
formatted report. Default is
2
00:
}
;
print
do_var
(
$var14
);
}
$lastnlines
=<
STDIN
>
;
chomp
$lastnlines
;
if
(
$lastnlines
=~
/^\s*$/
)
{
$lastnlines
=
1
00
;
$lastnlines
=
2
00
;
}
}
elsif
(
$debuglevel
=~
1
)
{
$lastnlines
=
1
00
;
$lastnlines
=
2
00
;
}
if
(
$debuglevel
>
1
)
{
$var15
=
qq{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment