summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 61a5633b98..d694afd72b 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -45,7 +45,7 @@ typedef struct file_info
time_t atime;
time_t ctime;
pstring name;
- char short_name[13];
+ char short_name[13*3]; /* the *3 is to cope with multi-byte */
} file_info;
struct print_job_info