| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/stardict3/files/ |
Upload File : |
--- dict/src/lib/storage.cpp.orig 2017-04-02 22:21:15 UTC
+++ dict/src/lib/storage.cpp
@@ -793,7 +793,7 @@ FileHolder Database_ResourceStorage::get_file_path(con
std::string name_pattern; // in file name encoding
if(!utf8_to_file_name(key, name_pattern))
return FileHolder();
- std::string::size_type pos = name_pattern.find_last_of("."DB_DIR_SEPARATOR_S);
+ std::string::size_type pos = name_pattern.find_last_of("." DB_DIR_SEPARATOR_S);
if(pos != std::string::npos) {
if(name_pattern[pos] == '.')
name_pattern = name_pattern.substr(pos);