Skip to content

Commit

Permalink
include: fix windows default config path
Browse files Browse the repository at this point in the history
  • Loading branch information
HediBenFraj committed Sep 1, 2022
1 parent a9705d5 commit 31f5dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/include/baconfig.h
Expand Up @@ -3,7 +3,7 @@
Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
Copyright (C) 2011-2012 Planets Communications B.V.
Copyright (C) 2013-2021 Bareos GmbH & Co. KG
Copyright (C) 2013-2022 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -537,7 +537,7 @@ int Getdomainname(char* name, int len);
#if defined(HAVE_WIN32)
// Windows
# define DEFAULT_CONFIGDIR \
"C:\\Documents and Settings\\All Users\\Application Data\\Bareos"
"C:\\Documents and Settings\\All Users\\Bareos"
# define PathSeparator '\\'

inline bool IsPathSeparator(int ch) { return ch == '/' || ch == '\\'; }
Expand Down

0 comments on commit 31f5dbc

Please sign in to comment.