summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/fortranscanner.l')
-rw-r--r--src/fortranscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 38abb89..d75134a 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -1985,7 +1985,7 @@ SymbolModifiers& SymbolModifiers::operator|=(QCString mdfStringArg)
else
newMdf.passVar = "";
}
- else if (QString(mdfString.data()).startsWith("bind"))
+ else if (mdfString.startsWith("bind"))
{
// we need here the original string as we want to don't want to have the lowercase name between the quotes of the name= part
newMdf.bindVar = extractBind(mdfStringArg);