mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +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:
@@ -44,9 +44,7 @@ QString RDUrl::smbShare() const
|
||||
if((offset=path().right(path().length()-1).find("/"))<0) {
|
||||
offset=path().length();
|
||||
}
|
||||
return QString().sprintf("//%s%s",
|
||||
(const char *)host(),
|
||||
(const char *)path().left(offset+1));
|
||||
return QString("//")+host()+path().left(offset+1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user