mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
year 2012 for most copyright headers
This commit is contained in:
@@ -127,8 +127,7 @@ proc processFile(filename: string) =
|
||||
pegp = peg(pattern)
|
||||
|
||||
if optReplace in options:
|
||||
result = newString(buffer.len)
|
||||
setLen(result, 0)
|
||||
result = newStringOfCap(buffer.len)
|
||||
|
||||
var line = 1
|
||||
var i = 0
|
||||
|
||||
Reference in New Issue
Block a user