FreeBSD Bugzilla – Attachment 242604 Details for
Bug 238586
od(1): Cannot use 8-byte output format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the issue
patch-parse.diff (text/plain), 265 bytes, created by
Mohamed Akram
on 2023-06-04 23:50:11 UTC
(
hide
)
Description:
patch to fix the issue
Filename:
MIME Type:
Creator:
Mohamed Akram
Created:
2023-06-04 23:50:11 UTC
Size:
265 bytes
patch
obsolete
>--- parse.c.orig 2023-06-04 23:44:12.748658000 +0000 >+++ parse.c 2023-06-04 23:47:02.686295000 +0000 >@@ -303,6 +303,9 @@ > case 2: > pr->bcnt = 2; > break; >+ case 8: >+ pr->bcnt = 8; >+ break; > default: > p1[1] = '\0'; > badcnt(p1);
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 238586
: 242604
Working