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:
syntheticpp 2006-01-08 14:38:29 +00:00
parent f09bf76ce3
commit 32b4c0a8fa
2 changed files with 16 additions and 11 deletions

View file

@ -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