diff options
| author | jhurst <jhurst@cinecert.com> | 2009-08-14 18:21:35 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-08-14 18:21:35 +0000 |
| commit | 02e0d37bf7b192fcac4b8bb8c4c39a62d47c9531 (patch) | |
| tree | 1ffeb5db9b8458cb7bebebe32ce087c2f0dedb75 /src/KM_error.h | |
| parent | 49d8c24675d057db801c68d0a3063ceb3eab366f (diff) | |
new mode
Diffstat (limited to 'src/KM_error.h')
| -rwxr-xr-x | src/KM_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/KM_error.h b/src/KM_error.h index b0d40d1..8c2f5fc 100755 --- a/src/KM_error.h +++ b/src/KM_error.h @@ -88,7 +88,8 @@ namespace Kumu const Result_t RESULT_FILEEXISTS (-18, "Filename already exists."); const Result_t RESULT_NOTAFILE (-19, "Filename not found."); const Result_t RESULT_UNKNOWN (-20, "Unknown result code."); - const Result_t RESULT_DIR_CREATE (-21, "Unable to create directory."); + const Result_t RESULT_DIR_CREATE (-21, "Unable to create directory."); + // -22 is reserved } // namespace Kumu |
