rdmenezes / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Leaving pszRestartCmdLine NULL, gives new application instance blank first argument #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install crashrerpt on my application, leaving pszRestartCmdLine NULL
2. Crash application
3. Select restart application with the crashrpt UI.
4. Notice that when the application restarts, QApp->argc() returns 2 with an 
empty second argument.

I expected the argument count to be 1.

I am using Windows 7, VS 2008 with Qt 4.5.2

Original issue reported on code.google.com by diederik...@gmail.com on 30 Aug 2010 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 31 Aug 2010 at 11:50

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.7.

Original comment by zexspect...@gmail.com on 10 Oct 2010 at 2:35