| # | Line 338 | Line 338 | int *xp, *yp; | |
|---|---|---|
| 338 | char com[128]; | |
| 339 | FILE *fp; | |
| 340 | ||
| 341 | < | sprintf(com, "psign -h %d '%.30s' | pfilt -1 -x /2 -y /2", |
| 342 | < | 2*labelht, s); |
| 341 | > | sprintf(com, "psign -s -.2 -h %d '%.30s'", labelht, s); |
| 342 | if ((fp = popen(com, "r")) == NULL) | |
| 343 | return(NULL); | |
| 344 | if (checkheader(fp, COLRFMT, NULL) < 0) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |