mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:09:14 +08:00
helper_string: fix the missing "/" at end of 3 up path in sdkFindFilePath()
This commit is contained in:
parent
44052982a7
commit
dd2dba3489
|
@ -294,7 +294,7 @@ inline char *sdkFindFilePath(const char *filename,
|
||||||
"../../../Samples/<executable_name>/data/", // up 3 in tree
|
"../../../Samples/<executable_name>/data/", // up 3 in tree
|
||||||
"../../Samples/<executable_name>/data/", // up 2 in tree
|
"../../Samples/<executable_name>/data/", // up 2 in tree
|
||||||
"../../../../Common/data/", // up 4 in tree
|
"../../../../Common/data/", // up 4 in tree
|
||||||
"../../../Common/data", // up 3 in tree
|
"../../../Common/data/", // up 3 in tree
|
||||||
"../../Common/data/" // up 2 in tree
|
"../../Common/data/" // up 2 in tree
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user