MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / bad_attribute

Function bad_attribute

src/burp/mvol.cpp:1421–1432  ·  view source on GitHub ↗

____________________________________________________________ We ran into an unsupported attribute. This shouldn't happen, but it isn't the end of the world.

Source from the content-addressed store, hash-verified

1419// but it isn't the end of the world.
1420//
1421static 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//____________________________________________________________

Callers 1

read_headerFunction · 0.85

Calls 4

fb_msg_formatFunction · 0.85
BURP_printFunction · 0.85
getFunction · 0.70
SafeArgClass · 0.50

Tested by

no test coverage detected