summaryrefslogtreecommitdiff
path: root/src/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/play.c')
-rw-r--r--src/play.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/play.c b/src/play.c
index 4c1c454..de33499 100644
--- a/src/play.c
+++ b/src/play.c
@@ -29,12 +29,12 @@ struct play {
#ifndef PREFIX
#define PREFIX "/usr"
#endif
-static const char default_play_path[256] = PREFIX "/share/baresip";
+static const char default_play_path[FS_PATH_MAX] = PREFIX "/share/baresip";
struct player {
struct list playl;
- char play_path[256];
+ char play_path[FS_PATH_MAX];
};