I hereby claim:
- I am szaffarano on github.
- I am szaffarano (https://keybase.io/szaffarano) on keybase.
- I have a public key whose fingerprint is 59B4 592A 2AF5 AC94 5031 AE0E E76F F301 9288 B39F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
diff --git a/src/deviceManager.cpp b/src/deviceManager.cpp | |
index a1dbac1..2b4668e 100644 | |
--- a/src/deviceManager.cpp | |
+++ b/src/deviceManager.cpp | |
@@ -29,6 +29,19 @@ | |
#include <algorithm> | |
#include <string> | |
+// from http://stackoverflow.com/questions/11635/case-insensitive-string-comparison-in-c | |
+bool icompare(const string& str1, const string& str2) { |