Fix nil rope
This commit is contained in:
parent
1711052eae
commit
02de68b36d
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ proc runPreprocess*(file, ppflags, flags: string, inline: bool): string =
|
|||
|
||||
# Include content only from file
|
||||
var
|
||||
rdata: Rope
|
||||
rdata = rope("")
|
||||
start = false
|
||||
sfile = file.sanitizePath
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue