fix unidasm compile [Robbbert]

This commit is contained in:
Lord-Nightmare 2016-01-17 00:52:45 -05:00
parent 64a60b4282
commit 54072ef35d

View File

@ -656,7 +656,7 @@ int main(int argc, char *argv[])
}
catch (add_exception &aex)
{
fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag());
fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag().c_str());
result = 1;
}
catch (std::exception &ex)