Skip to content

Wrong null checks - #39

Merged
LordMike merged 5 commits into
DiscUtils:masterfrom
Genbox:master
Jul 10, 2017
Merged

Wrong null checks#39
LordMike merged 5 commits into
DiscUtils:masterfrom
Genbox:master

Conversation

@Genbox

@Genbox Genbox commented Jul 10, 2017

Copy link
Copy Markdown
Contributor

No description provided.

public override bool Equals(object obj)
{
DiscFileSystemInfo asInfo = obj as DiscFileSystemInfo;
if (obj == null)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@LordMike
LordMike merged commit 4100c67 into DiscUtils:master Jul 10, 2017
LordMike added a commit that referenced this pull request Aug 16, 2017
Includes PRs:
#17, #18, #21, #22, #23, #27, #30, #31, #33, #34, #35, #36, #38, #39, #40, #41, #48, #51, #52, #55, #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants