[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: bin2c.lua
- From: tngd@... (Tiago Dionizio)
- Date: Wed, 2 Apr 2003 22:02:22 -0500 (EST)
bin2c.lua has a small problem...
on line - if n~=0 then io.write '";\n' n=0 end - if n is zero, it will not print
a ';' after the last string.