renamed to decrunch

This commit is contained in:
Denis Molony 2020-06-24 07:33:14 +10:00
parent 8b41a5c54a
commit 35c1cd48c7
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class ExoBuffer
tableInit ();
// tableDump (decCtx.table);
decCtxDecrunch ();
decrunch ();
if (outPos != outBuffer.length)
{
@ -260,7 +260,7 @@ public class ExoBuffer
}
// ---------------------------------------------------------------------------------//
private void decCtxDecrunch ()
private void decrunch ()
// ---------------------------------------------------------------------------------//
{
int len;