summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/fud_format.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fud_format.cpp b/source/fud_format.cpp
index f1fc3cf..bb684a1 100644
--- a/source/fud_format.cpp
+++ b/source/fud_format.cpp
@@ -606,6 +606,8 @@ FudStatus fillUnsignedBuffer(
case FormatType::BinaryLower:
case FormatType::BinaryUpper:
case FormatType::String:
+ case FormatType::PointerLower:
+ case FormatType::PointerUpper:
case FormatType::Escaped:
return RetType::error(FudStatus::FormatInvalid);
break;