fix printing pointers
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@449 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f09bf76ce3
commit
32b4c0a8fa
2 changed files with 16 additions and 11 deletions
|
@ -176,9 +176,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
// Generate a random type character
|
||||
/* disable %p tests
|
||||
static const string type("cdeEfgGinopsuxX");*/
|
||||
static const string type("cdeEfgGinosuxX");
|
||||
static const string type("cdeEfgGinopsuxX");
|
||||
|
||||
const char typeSpec = type[RandomInt(0u, type.size() - 1)];
|
||||
// Generate an optional type prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue