| 25 | struct IntuiText IText1 = { 3, 0, JAM1, 4, 1, NULL, (UBYTE *) "Cancel", |
| 26 | NULL }; |
| 27 | struct Gadget Gadget2 = { NULL, 9, 15, 56, 10, NULL, RELVERIFY, BOOLGADGET, |
| 28 | (APTR) &Border1, NULL, &IText1, NULL, NULL, 1, |
| 29 | NULL }; |
| 30 | UBYTE StrStringSIBuff[300]; |
nothing calls this directly
no outgoing calls
no test coverage detected