Check file size to ensure file bigger than 4GB are not added to image.

This commit is contained in:
Vreixo Formoso
2007-12-17 20:47:53 +01:00
parent c8715941e6
commit f279676b6b
3 changed files with 14 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#define ISO_FILE_READ_ERROR -107
#define ISO_FILE_IS_NOT_DIR -108
#define ISO_FILE_IS_NOT_SYMLINK -109
#define ISO_FILE_TOO_BIG -110
#define ISO_CHARSET_CONV_ERROR -150