FreeBSD Bugzilla – Attachment 17921 Details for
Bug 32401
[PATH] Unbreaks df -l in some cases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
df.diff
df.diff (text/plain), 403 bytes, created by
mux
on 2001-11-30 16:10:01 UTC
(
hide
)
Description:
df.diff
Filename:
MIME Type:
Creator:
mux
Created:
2001-11-30 16:10:01 UTC
Size:
403 bytes
patch
obsolete
>Index: df.c >=================================================================== >RCS file: /home/ncvs/src/bin/df/df.c,v >retrieving revision 1.32 >diff -u -r1.32 df.c >--- df.c 1 Aug 2001 02:09:09 -0000 1.32 >+++ df.c 30 Nov 2001 01:06:52 -0000 >@@ -561,7 +561,9 @@ > *strptr = ','; > free(listptr[i]); > } >- *(--strptr) = NULL; >+ if (i > 0) >+ strptr--; >+ *strptr = NULL; > > free(listptr); > return (str);
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 32401
: 17921