Closed GoogleCodeExporter closed 8 years ago
Ok, thanks for the contribution.
Nevertheless, your patch isn't really flawless. On the one hand you tried to
delete a char pointer after the return statement (which then is not executed at
all) and on the other hand "new char[50]" would require delete[] instead of
delete...
Anyway, I hope it works right now... :-)
Original comment by feichtne...@gmail.com
on 19 Oct 2010 at 12:33
:) Sorry 'bout the lost bytes :D
I lost some time trying to find why the plugin was not working, and then I
coded a too hastly patch!
It works perfectly, thank you
Original comment by dario.za...@gmail.com
on 19 Oct 2010 at 1:59
Original comment by feichtne...@gmail.com
on 19 Oct 2010 at 3:56
Original issue reported on code.google.com by
dario.za...@gmail.com
on 19 Oct 2010 at 9:10Attachments: