Results: 1Comments by: Tokter
File: lzwLib-1.002-08-07
Found a bug and a few changes that...
Posted By: Tokter
Found a bug and a few changes that are necessary: Line 118: for k, v in var do -> for k, v in pairs(var) do Line 285: Input = string.gsub(Input, specialpercent, percent); -> Input = string.gsub(Input, specialpercent, percentpercent); Line 413: for k, v in self.AnalyzeCharacters do -> for k, v in pairs(self.AnalyzeCha...