X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Futil%2FString.cpp;h=bb8b6ef968b99fcdb6bf4dad72a8f8704874543e;hb=b8c96c2917b9d29976a8771659d70bfb0881c133;hp=b066c3e357fdab140c3a0c24161ce3e56e542dae;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/source/core/util/String.cpp b/source/core/util/String.cpp index b066c3e..bb8b6ef 100644 --- a/source/core/util/String.cpp +++ b/source/core/util/String.cpp @@ -1,4 +1,4 @@ -// ANNA - Anna is Not 'N' Anymore +// ANNA - Anna is Not Nothingness Anymore // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // @@ -82,7 +82,7 @@ throw() { return *this; } -String& String::operator<< (const Integer64 vv) +String& String::operator<< (const S64 vv) throw() { char aux [32]; sprintf(aux, "%lld", vv); @@ -97,7 +97,7 @@ throw() { return *this; } -String& String::operator<< (const Unsigned64 vv) +String& String::operator<< (const U64 vv) throw() { char aux [32]; sprintf(aux, "%llu", vv);