diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags-vmslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags-vmslib.c b/lib-src/etags-vmslib.c index 0aa5bf6cc5d..5d501682055 100644 --- a/lib-src/etags-vmslib.c +++ b/lib-src/etags-vmslib.c | |||
| @@ -135,7 +135,7 @@ fn_exp(out, in) | |||
| 135 | if (pass1) | 135 | if (pass1) |
| 136 | { | 136 | { |
| 137 | pass1 = NO; | 137 | pass1 = NO; |
| 138 | o.dsc$a_pointer = out; | 138 | o.dsc$a_pointer = (char *) out; |
| 139 | o.dsc$w_length = (short)OUTSIZE; | 139 | o.dsc$w_length = (short)OUTSIZE; |
| 140 | i.dsc$a_pointer = in; | 140 | i.dsc$a_pointer = in; |
| 141 | i.dsc$w_length = (short)strlen(in); | 141 | i.dsc$w_length = (short)strlen(in); |