Bugzilla – Attachment 3666 Details for
Bug 3534
probable underflow calculating display width of file name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
temporary edits applied for debugging
file_3534.txt (text/plain), 858 bytes, created by
programmerjake
on 2023-02-10 16:36:00 AEDT
(
hide
)
Description:
temporary edits applied for debugging
Filename:
MIME Type:
Creator:
programmerjake
Created:
2023-02-10 16:36:00 AEDT
Size:
858 bytes
patch
obsolete
> progressmeter.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/progressmeter.c b/progressmeter.c >index 8baf798f..87d8ee57 100644 >--- a/progressmeter.c >+++ b/progressmeter.c >@@ -79,8 +79,8 @@ static volatile sig_atomic_t alarm_fired; > static const char unit[] = " KMGT"; > > static int >-can_output(void) >-{ >+can_output(void) { >+ return 1; // FIXME: remove when done debugging > return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); > } > >@@ -292,5 +292,5 @@ setscreensize(void) > win_size = winsize.ws_col; > } else > win_size = DEFAULT_WINSIZE; >- win_size += 1; /* trailing \0 */ >-} >+ win_size = 120; // FIXME: remove when done debugging >+ win_size += 1; /* trailing \0 */}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3534
:
3665
| 3666 |
3667
|
3670
|
3674
|
3675
|
3676
|
3679
|
3680