mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(GarCreate): fixed entries with absolute paths.
This commit is contained in:
parent
0223fb0625
commit
72d14c07df
@ -216,7 +216,12 @@ namespace GARbro.GUI
|
||||
}
|
||||
else if (entry.Size < uint.MaxValue)
|
||||
{
|
||||
list.Add (entry.Source);
|
||||
var e = new Entry {
|
||||
Name = entry.Name,
|
||||
Type = entry.Source.Type,
|
||||
Size = entry.Source.Size,
|
||||
};
|
||||
list.Add (e);
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
Loading…
x
Reference in New Issue
Block a user