hazzik / mpqtool-export

Automatically exported from code.google.com/p/mpqtool
0 stars 1 forks source link

Files listed in external lisft file may not appear in mpq archive (eg. war3 maps) #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix:
File: MpqArchieve.cs
Line: 434

Add these two lines here:
[code]
                                    if (hash.BlockIndex == uint.MaxValue)
                                        continue;
[code]

plus, how can I make patch files with svn command line?

Original issue reported on code.google.com by deerc...@gmail.com on 28 Jun 2007 at 8:59

GoogleCodeExporter commented 9 years ago
Can you give me an example map and list file that causes this problem?

Original comment by fool...@gmail.com on 23 Jul 2007 at 8:22

GoogleCodeExporter commented 9 years ago
Here is the files.
The listfiles is from http://www.zezula.net/en/mpq/download.html .

Original comment by deerc...@gmail.com on 23 Jul 2007 at 8:39

Attachments:

GoogleCodeExporter commented 9 years ago
Ok, I see the problem.  I'll apply your fix soon.

Original comment by fool...@gmail.com on 24 Jul 2007 at 1:09

GoogleCodeExporter commented 9 years ago
Fixed in svn revision 4.  Please make sure this resolves your problem.

Original comment by fool...@gmail.com on 24 Jul 2007 at 11:02

GoogleCodeExporter commented 9 years ago
It's ok now.

Original comment by deerc...@gmail.com on 26 Jul 2007 at 10:44