From d207f34f7bc50a307a5001f886ecd4a06ba22675 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 19 May 2022 22:22:31 -0500 Subject: [PATCH] [ox/claw] Fix error codes to differ (synced from 4ee08441b017e018070bb6d514f36eb75de73d50) --- src/ox/claw/read.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/claw/read.hpp b/src/ox/claw/read.hpp index 7dd6f29d6..68acc4df5 100644 --- a/src/ox/claw/read.hpp +++ b/src/ox/claw/read.hpp @@ -20,7 +20,7 @@ namespace ox { constexpr auto Error_ClawTypeMismatch = 200; -constexpr auto Error_ClawTypeVersionMismatch = 200; +constexpr auto Error_ClawTypeVersionMismatch = 201; struct ClawHeader { String typeName;