diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-15 11:59:50 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-15 11:59:50 +0100 |
| commit | a6f78aad38333e216ced74e6c51f3449c17dd7b7 (patch) | |
| tree | af3c6fb9a786a0a8c59e68994c16f55d1dbdc5a6 /src/platform.h | |
| parent | 5de96dc1d57d017dd06c6be03260b43154b6fc5e (diff) | |
work
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h index 6a32212..b3d30e9 100644 --- a/src/platform.h +++ b/src/platform.h @@ -124,6 +124,7 @@ typedef enum t_file_open_error FILE_ERROR_REMOTE_IO_ERROR = 8,
FILE_ERROR_STALE = 9, // NFS server file is removed/renamed
FILE_ERROR_GENERIC = 10,
+ FILE_ERROR_TOO_BIG = 11,
} file_open_error;
struct open_dialog_args
|
