diff options
| author | Jim Blandy | 1992-04-19 08:53:01 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-04-19 08:53:01 +0000 |
| commit | d1c5af3e407b43e6ccd972d1c7786a29c531b261 (patch) | |
| tree | 0b0480423ba15610afe11c5258034364bfc59b5a /lib-src | |
| parent | e51eab7c0e66c1a6c683c4a9be966ab0139feca1 (diff) | |
| download | emacs-d1c5af3e407b43e6ccd972d1c7786a29c531b261.tar.gz emacs-d1c5af3e407b43e6ccd972d1c7786a29c531b261.zip | |
entered into RCS
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); |