Skip to content

Commit

Permalink
Update SwiftPbo library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Apr 28, 2016
1 parent 000cdc7 commit 6a6de61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "SwiftPbo"]
path = SwiftPbo
[submodule "SwiftPbo"]
url = https://github.com/headswe/SwiftPbo.git
url = https://github.com/Dahlgren/SwiftPbo.git
2 changes: 1 addition & 1 deletion DokanPbo/ArchiveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void ReadPboFiles(string[] filePaths)

foreach (var file in archive.Files)
{
var wholeFilePath = ("\\" + archive.ProductEntry.ProductName + "\\" + file.FileName).ToLower();
var wholeFilePath = ("\\" + archive.ProductEntry.Prefix + "\\" + file.FileName).ToLower();
FilePathToArchive[wholeFilePath] = archive;
FilePathToFileEntry[wholeFilePath] = file;
TotalBytes += (long) file.DataSize;
Expand Down
2 changes: 1 addition & 1 deletion SwiftPbo
Submodule SwiftPbo updated 253 files

0 comments on commit 6a6de61

Please sign in to comment.