507080cae3
Obtained from: https://sourceforge.net/tracker/index.php?func=detail&aid=1309392&group_id=22678&atid=376136 [1] Submitted by: freebsd@chillt.de [1] PR: ports/87878 [1]
21 lines
567 B
C++
21 lines
567 B
C++
--- 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;
|
|
|