diff options
Diffstat (limited to 'taint.c')
-rw-r--r-- | taint.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ taint_env() #ifdef VMS int i = 0; - char name[14] = "DCL$PATH"; + char name[10 + TYPE_DIGITS(int)] = "DCL$PATH"; while (1) { if (i) |