Browse Source

Correction to previous commit

release/0.19
JustinAJ 9 years ago
parent
commit
22637491b6
  1. 2
      Jupiter/Readable_String_Imp.h
  2. BIN
      Release/Jupiter.lib

2
Jupiter/Readable_String_Imp.h

@ -1147,7 +1147,7 @@ template<typename T> template<template<typename> class R> R<T> Jupiter::Readable
goto loop_end;
}
if (++in == 0)
if (*++in == 0)
return R<T>();
goto loop_start;
}

BIN
Release/Jupiter.lib

Binary file not shown.
Loading…
Cancel
Save