mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-16 19:08:49 +00:00
renamed to decrunch
This commit is contained in:
parent
8b41a5c54a
commit
35c1cd48c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user