You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
327 B
11 lines
327 B
--- tools/linguist/shared/proparser.cpp
|
|
+++ tools/linguist/shared/proparser.cpp
|
|
@@ -207,6 +207,7 @@ QMap<QString, QString> proFileTagMap( const QString& text )
|
|
buff[read_in] = '\0';
|
|
after += buff;
|
|
}
|
|
+ pclose( proc );
|
|
(*it).replace( i, callToSystem.matchedLength(), after );
|
|
i += after.length();
|
|
}
|