forked from Lainports/opnsense-ports
11 lines
277 B
Text
11 lines
277 B
Text
--- filesystemprober.cpp.orig 2016-06-23 10:09:01 UTC
|
|
+++ filesystemprober.cpp
|
|
@@ -32,7 +32,7 @@
|
|
void FilesystemProber::run()
|
|
{
|
|
QProcess p;
|
|
- QStringList args = {m_dev};
|
|
+ QStringList args; args << m_dev;
|
|
|
|
p.start(QStringLiteral("/usr/sbin/fstyp"), args);
|
|
|