From 8d1637cad13b1915e07d2c19cb67786e406afc90 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 17 Feb 2024 02:34:51 +0100 Subject: [PATCH] Update single-header.yml --- ssp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssp.hpp b/ssp.hpp index cb0bc2e..d66e595 100644 --- a/ssp.hpp +++ b/ssp.hpp @@ -2281,7 +2281,7 @@ public: return; } - if (header_.empty()) { + if (header_.empty() && !eof()) { split_header_data(); }