X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2FDataBlock.cpp;h=936b8e35e232f393818c588094b70dd83a96efc0;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=e7e00e1626c9a72eea8ed49a64788a7510b0563e;hpb=c5dc5c2b4cb7cfb1659e27936fac109642fa1d82;p=anna.git diff --git a/source/core/DataBlock.cpp b/source/core/DataBlock.cpp index e7e00e1..936b8e3 100644 --- a/source/core/DataBlock.cpp +++ b/source/core/DataBlock.cpp @@ -185,7 +185,7 @@ throw(RuntimeException) { if((a_size + len) >= a_maxSize) extend(len); - register char* w = a_buffer + a_size; + char* w = a_buffer + a_size; switch(len) { case 0: break;