diff options
Diffstat (limited to 'hardware_functions.cpp')
| -rw-r--r-- | hardware_functions.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardware_functions.cpp b/hardware_functions.cpp index b566f227..48bd2144 100644 --- a/hardware_functions.cpp +++ b/hardware_functions.cpp @@ -15,7 +15,7 @@ QString get_hdid() if (bIsRetrieved) return QString::number(dwVolSerial, 16); else - //literally a random string + //a totally random string //what could possibly go wrong return "gxsps32sa9fnwic92mfbs0"; @@ -30,7 +30,6 @@ QString get_hdid() { QFile fstab_file("/etc/fstab"); if (!fstab_file.open(QIODevice::ReadOnly)) - //literally a random string.... what else are we supposed to do? return "gxcps32sa9fnwic92mfbs0"; QTextStream in(&fstab_file); |
