summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 2fe3536ead..462ab85dd1 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -38,7 +38,7 @@ extern void bitswap(unsigned char *data, int length); /* no header for this */
38 38
39#define QUEUE_SIZE 64 /* must be a power of two */ 39#define QUEUE_SIZE 64 /* must be a power of two */
40#define QUEUE_MASK (QUEUE_SIZE-1) 40#define QUEUE_MASK (QUEUE_SIZE-1)
41const char* dir_thumbnail_name = ".dirname.tbx"; 41const char* dir_thumbnail_name = "_dirname.talk";
42 42
43/***************** Functional Macros *****************/ 43/***************** Functional Macros *****************/
44 44