diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
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 |