| # | Line 105 | Line 105 | FILE *fp; | |
|---|---|---|
| 105 | error(USER, errmsg); | |
| 106 | } | |
| 107 | objp->otype = objptr(alias)->otype; | |
| 108 | < | bcopy(&objptr(alias)->oargs, &objp->oargs, sizeof(FUNARGS)); |
| 108 | > | copystruct(&objp->oargs, &objptr(alias)->oargs); |
| 109 | } else if (readfargs(&objp->oargs, fp) < 0) { | |
| 110 | sprintf(errmsg, "(%s): bad arguments", name); | |
| 111 | objerror(objp, USER, errmsg); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |