| # | Line 644 | Line 644 | mkpmap(void) /* run mkpmap if indicated */ | |
|---|---|---|
| 644 | for (cp = combuf; *cp; cp++) | |
| 645 | ; | |
| 646 | mkpmapopts(cp); | |
| 647 | + | /* force file overwrite */ |
| 648 | + | cp = addarg(cp, "-fo+"); |
| 649 | if (vdef(REPORT)) { | |
| 650 | char errfile[256]; | |
| 651 | int n; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |