mirror of https://github.com/kiwix/libkiwix.git
+ Windows fix
This commit is contained in:
parent
1209e27e8c
commit
c3ae9d06b1
|
@ -67,7 +67,7 @@ string computeRelativePath(const string path, const string absolutePath) {
|
||||||
/* On Windows you have a token more because the root is represented
|
/* On Windows you have a token more because the root is represented
|
||||||
by a letter */
|
by a letter */
|
||||||
if (commonCount == 0) {
|
if (commonCount == 0) {
|
||||||
relativePath = "../"
|
relativePath = "../";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue