____________________________________________________________ We ran into an unsupported attribute. This shouldn't happen, but it isn't the end of the world.
| 1419 | // but it isn't the end of the world. |
| 1420 | // |
| 1421 | static void bad_attribute(int attribute, USHORT type) |
| 1422 | { |
| 1423 | TEXT name[128]; |
| 1424 | |
| 1425 | BurpGlobals* tdgbl = BurpGlobals::getSpecific(); |
| 1426 | static const SafeArg dummy; |
| 1427 | fb_msg_format(NULL, burp_msg_fac, type, sizeof(name), name, dummy); |
| 1428 | BURP_print(true, 80, SafeArg() << name << attribute); |
| 1429 | // msg 80 don't recognize %s attribute %ld -- continuing |
| 1430 | for (int l = get(tdgbl); l; --l) |
| 1431 | get(tdgbl); |
| 1432 | } |
| 1433 | |
| 1434 | |
| 1435 | //____________________________________________________________ |
no test coverage detected