X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdbms.oracle%2FOutputBind.cpp;h=a6946ab2bc0e1fecd92ea93058a39db10bd14454;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=490e31d12c2bd5b04f38a547a09a9a9b0e3f4c4f;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/source/dbms.oracle/OutputBind.cpp b/source/dbms.oracle/OutputBind.cpp index 490e31d..a6946ab 100644 --- a/source/dbms.oracle/OutputBind.cpp +++ b/source/dbms.oracle/OutputBind.cpp @@ -192,7 +192,7 @@ throw(RuntimeException) { int j = 0; - for(register int i = 1; i < a_length; i += 2, j ++) { + for(int i = 1; i < a_length; i += 2, j ++) { hex = asByte(src [i - 1]) << 4; hex |= asByte(src [i]); dest [j] = hex;