mirror of
https://github.com/a2-4am/4cade.git
synced 2025-03-04 02:30:16 +00:00
fix line endings
This commit is contained in:
parent
34b0bddbd2
commit
7f32da538b
@ -29,11 +29,11 @@ while (!b.atendofstream)
|
|||||||
|
|
||||||
if (d.length > 0)
|
if (d.length > 0)
|
||||||
{
|
{
|
||||||
q.writeline(d)
|
q.write(d + "\n")
|
||||||
f = d.indexOf(",") + 1
|
f = d.indexOf(",") + 1
|
||||||
c.push(d.substr(f, e - f))
|
c.push(d.substr(f, e - f))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
q.writeline(d)
|
q.write(d + "\n")
|
||||||
a.createtextfile("build\\GAMES.SORTED").write(c.sort().toString().replace(/,/g, "\n"))
|
a.createtextfile("build\\GAMES.SORTED").write(c.sort().toString().replace(/,/g, "\n"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user