changed exit codes for post-process-scripts (old values were too big for POSIX)

This commit is contained in:
Andrey Prygunkov
2008-10-25 21:44:43 +00:00
parent 6aea979ca5
commit acaa23fe88
2 changed files with 9 additions and 11 deletions

View File

@@ -51,8 +51,8 @@
extern Options* g_pOptions;
static const int POSTPROCESS_PARCHECK_CURRENT = 0x6E01; // = "n1" (nzbget result code 1);
static const int POSTPROCESS_PARCHECK_ALL = 0x6E02; // = "n2" (nzbget result code 2);
static const int POSTPROCESS_PARCHECK_CURRENT = 91;
static const int POSTPROCESS_PARCHECK_ALL = 92;
ScriptController::ScriptController()
{