mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
daemon: use . as storage path in windows
This commit is contained in:
parent
fb4ddcf3a9
commit
b6a1d7313d
@ -1901,7 +1901,7 @@ int btstack_server_run(int tcp_flag){
|
|||||||
// handle default init
|
// handle default init
|
||||||
if (!btstack_server_storage_path){
|
if (!btstack_server_storage_path){
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
btstack_server_storage_path = strdup("");
|
btstack_server_storage_path = strdup(".");
|
||||||
#else
|
#else
|
||||||
btstack_server_storage_path = strdup("/tmp");
|
btstack_server_storage_path = strdup("/tmp");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user