summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 0755686..fe9e473 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -218,7 +218,7 @@ struct msg
{
char auser[MAXLOGINLEN + 1]; /* username */
int nargs;
- char cmd[MAXPATHLEN]; /* command */
+ char cmd[MAXPATHLEN + 1]; /* command */
int apid; /* pid of frontend */
char preselect[20];
char writeback[MAXPATHLEN]; /* The socket to write the result.