FreeBSD Bugzilla – Attachment 7034 Details for
Bug 15531
doscmd DOS function 0a fail when DL is 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 299 bytes, created by
sakauchi
on 1999-12-17 19:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sakauchi
Created:
1999-12-17 19:10:00 UTC
Size:
299 bytes
patch
obsolete
>--- dos.c.save Mon Aug 30 00:26:58 1999 >+++ dos.c Sat Dec 18 03:46:51 1999 >@@ -568,7 +568,7 @@ > int n; > > /* pointer to buffer */ >- addr = (unsigned char *)N_GETPTR(R_DS, R_DL); >+ addr = (unsigned char *)N_GETPTR(R_DS, R_DX); > > /* capacity of buffer */ > avail = addr[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 15531
: 7034