diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-09-22 17:03:08 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-09-22 17:03:08 +0200 |
commit | 4fc81fbbe79ee88f020bf1a218641e66a853d9e7 (patch) | |
tree | 13c03d4062f7a5490cb7144cfe106caefbdc6bb8 | |
parent | 4a07a5851ca7b2eaab2cdc41ec1e75803f52ccc9 (diff) | |
parent | 393e632ab3df8c28d4ecc671a0690a7e57bfd7d1 (diff) |
Merge branch 'master' of https://github.com/ladislav-zezula/StormLib
-rw-r--r-- | src/StormPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index c2bcf91..7a1bdb2 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -246,7 +246,7 @@ #define ERROR_NOT_ENOUGH_MEMORY ENOMEM #define ERROR_NOT_SUPPORTED ENOTSUP #define ERROR_INVALID_PARAMETER EINVAL - #define ERROR_NEGATIVE_SEEK EINVAL + #define ERROR_NEGATIVE_SEEK ESPIPE #define ERROR_DISK_FULL ENOSPC #define ERROR_ALREADY_EXISTS EEXIST #define ERROR_INSUFFICIENT_BUFFER ENOBUFS |