summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-12 15:18:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-12 15:18:27 -0600
commit30e60192e820e0b123816fdb3be24880972b6e83 (patch)
tree5b249450b44d3cc9ee02dc5b5cde9433d4b7edaf /tools/linguist
parent29e9d054581d9443b30eaf5eac33e80f8b890532 (diff)
downloadtqt3-30e60192e820e0b123816fdb3be24880972b6e83.tar.gz
tqt3-30e60192e820e0b123816fdb3be24880972b6e83.zip
Update tqt3 from qt3
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/shared/proparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp
index ec75b1d32..6095d48de 100644
--- a/tools/linguist/shared/proparser.cpp
+++ b/tools/linguist/shared/proparser.cpp
@@ -207,6 +207,7 @@ TQMap<TQString, TQString> proFileTagMap( const TQString& text )
buff[read_in] = '\0';
after += buff;
}
+ pclose( proc );
(*it).replace( i, callToSystem.matchedLength(), after );
i += after.length();
}