From 6cf40e068670b42bf6eb818e62ed0d48f5e2f162 Mon Sep 17 00:00:00 2001 From: mishander Date: Wed, 5 Feb 2025 14:56:05 -0800 Subject: [PATCH] Update base64_kernel_1.cpp --- dlib/base64/base64_kernel_1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/base64/base64_kernel_1.cpp b/dlib/base64/base64_kernel_1.cpp index 06cae3d95e..40c89b6944 100644 --- a/dlib/base64/base64_kernel_1.cpp +++ b/dlib/base64/base64_kernel_1.cpp @@ -175,7 +175,7 @@ namespace dlib unsigned char c1, c2, c3, c4, c5, c6; - int counter = 19; + size_t counter = 19; // while we haven't hit the end of the input stream while (status != 0)