2007/9/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > + return usage.toLatin1().constData();
This is not good. You're returning a pointer to a local variable. usage should be made static. // Erik -- Erik Johansson http://ejohansson.se/
2007/9/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > + return usage.toLatin1().constData();
This is not good. You're returning a pointer to a local variable. usage should be made static. // Erik -- Erik Johansson http://ejohansson.se/