# | Line 142 | Line 142 | oconv_command(int ac, char *av[]) | |
---|---|---|
142 | return(NULL); | |
143 | if (verbose < 0) { /* turn off warnings */ | |
144 | strcpy(cp, "-w "); | |
145 | < | cp += 4; |
145 | > | cp += 3; |
146 | } | |
147 | while (ac-- > 0) { /* copy each argument */ | |
148 | int len = strlen(*av); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |