| Derase(D_translate_color("black"));
| sprintf(name,"%s.pr",border[found].name);
| setmap = G_find_cell(name,"");
|
This code look ok, so the problem must be happening somewhere else
(unless G_find_cell() is the culprit). Can you include more of the
code. Also "border" is a suspicious variable name. I recall having
to modify some of the imagery programs to not use this name since it
conflicted with some system include files which also used "border".
(I don't recall the specific details).
Michael