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.
kf5-sonnet/sonnet-multilib.patch

13 lines
576 B

diff -up sonnet-5.54.0/data/parsetrigrams.cpp.multilib sonnet-5.54.0/data/parsetrigrams.cpp
--- sonnet-5.54.0/data/parsetrigrams.cpp.multilib 2019-01-06 14:29:23.000000000 -0600
+++ sonnet-5.54.0/data/parsetrigrams.cpp 2019-01-09 11:15:23.602706493 -0600
@@ -44,7 +44,7 @@ int main(int argc, char **argv)
QString path = QLatin1String(argv[1]);
QDir td(path);
- QHash< QString, QHash<QString, int> > models;
+ QMap< QString, QHash<QString, int> > models;
for (const QString &fname : td.entryList(QDir::Files)) {
QFile fin(td.filePath(fname));