+ Windows fix

This commit is contained in:
Kelson42
2014-05-14 18:43:49 +02:00
parent 1209e27e8c
commit c3ae9d06b1

View File

@ -67,7 +67,7 @@ string computeRelativePath(const string path, const string absolutePath) {
/* On Windows you have a token more because the root is represented
by a letter */
if (commonCount == 0) {
relativePath = "../"
relativePath = "../";
}
#endif