Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoru committed Oct 11, 2015
1 parent b31209e commit b74e561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified deps.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/NoteLoaderBMSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ namespace NoteLoaderBMSON{
void SetFilename(GString fn)
{
Chart->Filename = fn;
if (Chart->Name.length == 0)
if (Chart->Name.length() == 0)
Chart->Name = Utility::RemoveExtension(fn);
}

Expand Down

0 comments on commit b74e561

Please sign in to comment.