mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* CICMMetadata:
Updated to last branch. * DiscImageChef.Filesystems/ISO9660.cs: Comment unused variable.
This commit is contained in:
Submodule CICMMetadata updated: 10401d3389...6e06967287
@@ -1,3 +1,8 @@
|
||||
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* CICMMetadata:
|
||||
Updated to last branch.
|
||||
|
||||
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiscImageChef.sln:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* ISO9660.cs:
|
||||
Comment unused variable.
|
||||
|
||||
2015-12-25 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* ISO9660.cs:
|
||||
|
||||
@@ -52,13 +52,13 @@ namespace DiscImageChef.Plugins
|
||||
{
|
||||
class ISO9660Plugin : Plugin
|
||||
{
|
||||
static bool alreadyLaunched;
|
||||
//static bool alreadyLaunched;
|
||||
|
||||
public ISO9660Plugin()
|
||||
{
|
||||
Name = "ISO9660 Filesystem";
|
||||
PluginUUID = new Guid("d812f4d3-c357-400d-90fd-3b22ef786aa8");
|
||||
alreadyLaunched = false;
|
||||
//alreadyLaunched = false;
|
||||
}
|
||||
|
||||
struct DecodedVolumeDescriptor
|
||||
|
||||
Reference in New Issue
Block a user