Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exit code "any" is handled as exit code 0 #52

Open
GoogleCodeExporter opened this issue Dec 7, 2015 · 2 comments
Open

exit code "any" is handled as exit code 0 #52

GoogleCodeExporter opened this issue Dec 7, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create an exit code with code "any" and submit button

What is the expected output? What do you see instead?
I expect "any" in view of exit code.
I see 0

What version of the product are you using? On what operating system?
Latest everything of WPKG and wpkgExpress


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Dec 2010 at 9:46

Attachments:

@GoogleCodeExporter
Copy link
Author

This Bug breaks a lot of scripts, so the priority should be increased (imho). 
Fortunately it is pretty easy to fix. Just change the MySQL-Structure in the 
Table 'exit_codes'. The column 'code' should be of type 'varchar(3)' instead of 
'int'.

Original comment by [email protected] on 16 Sep 2011 at 9:51

@GoogleCodeExporter
Copy link
Author

varchar(3) will not do problem with exit code 1605 as in Acrobat Reader ? 
(sorry bad english) 

Original comment by [email protected] on 5 Oct 2011 at 9:37

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

No branches or pull requests

1 participant