added error info about the strncpy check
This commit is contained in:
parent
0da0b5ffed
commit
d4adab3e78
|
@ -96,6 +96,7 @@ private:
|
||||||
strncatUsage(0);
|
strncatUsage(0);
|
||||||
outOfBounds(0, "index");
|
outOfBounds(0, "index");
|
||||||
sizeArgumentAsChar(0);
|
sizeArgumentAsChar(0);
|
||||||
|
terminateStrncpyError(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string name() const
|
std::string name() const
|
||||||
|
|
Loading…
Reference in New Issue