FreeBSD Bugzilla – Attachment 58284 Details for
Bug 87878
[PATCH] Bugfix for multimedia/mpgtx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 565 bytes, created by
freebsd
on 2005-10-23 18:20:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
freebsd
Created:
2005-10-23 18:20:18 UTC
Size:
565 bytes
patch
obsolete
>--- chunkTab.cxx.orig Sat Dec 11 18:33:22 2004 >+++ chunkTab.cxx Fri Sep 30 11:29:15 2005 >@@ -142,7 +142,7 @@ > off_t part,nparts; > chunk* tempchunk = new chunk; > tempchunk->file = 0; >- tempchunk->from = -1; >+ tempchunk->from = 0; > tempchunk->to = -1; > tempchunk->to_included = false; > tempchunk->from_included = false; >@@ -626,7 +626,7 @@ > for (i = 1; i <= n; i++) { > tempchunk = new chunk; > tempchunk->file = 0; >- tempchunk->from = -1; >+ tempchunk->from = 0; > tempchunk->to = -1; > tempchunk->to_included = true; > tempchunk->from_included = false;
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 87878
: 58284