Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Incorrect AddKey() Call from keyczart.py main() #21

Closed
GoogleCodeExporter opened this issue Mar 7, 2015 · 2 comments
Closed

Incorrect AddKey() Call from keyczart.py main() #21

GoogleCodeExporter opened this issue Mar 7, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

It appears that main() in keyczart.py is calling AddKey with the parameters
(loc, status, size, crypter) rather than (loc, status, crypter, size). 

Original issue reported on code.google.com by jpaidou...@gmail.com on 13 Aug 2008 at 2:46

@GoogleCodeExporter
Copy link
Author

Whoops, you're right. I switched the order of the arguments in AddKey without
updating the call in main. Nice catch, thanks!

Original comment by arkajit.dey on 13 Aug 2008 at 6:58

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Adding implementation label, helpful for keeping track.

Original comment by arkajit.dey on 13 Aug 2008 at 10:33

  • Added labels: Implementation-Python

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant