mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-07-12 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up SQL quieries in 'lib/' ensure UTF-8 compatibility.
This commit is contained in:
@@ -67,7 +67,7 @@ void RDHotKeyList::BuildKeyList( )
|
||||
}
|
||||
if (p != NULL) {
|
||||
while ( ( fgets(line,256,hkeyfile) != NULL) && (!(strstr(line,"}")) ) ) {
|
||||
QString buf = cleanStrings(QString().sprintf("%s",line));
|
||||
QString buf = cleanStrings(line);
|
||||
int acomment = buf.find("//");
|
||||
int eqsign = buf.find("=");
|
||||
if ((eqsign != -1) && (acomment != 0) ) {
|
||||
|
||||
Reference in New Issue
Block a user