diff --git a/Jupiter/Readable_String_Imp.h b/Jupiter/Readable_String_Imp.h index 9bc34c9..29b7f1f 100644 --- a/Jupiter/Readable_String_Imp.h +++ b/Jupiter/Readable_String_Imp.h @@ -1147,7 +1147,7 @@ template template class R> R Jupiter::Readable goto loop_end; } - if (++in == 0) + if (*++in == 0) return R(); goto loop_start; } diff --git a/Release/Jupiter.lib b/Release/Jupiter.lib index f67f652..d7c3d90 100644 Binary files a/Release/Jupiter.lib and b/Release/Jupiter.lib differ