X-Git-Url: http://nitlanguage.org diff --git a/src/compiling/compiling_icode.nit b/src/compiling/compiling_icode.nit index 164bb22..4bc53ab 100644 --- a/src/compiling/compiling_icode.nit +++ b/src/compiling/compiling_icode.nit @@ -168,7 +168,7 @@ class I2CCompilerVisitor if l != null then visitor.add_indent(w) w.add("/* ") - w.add(l.file) + w.add(l.file.filename) w.add(":") w.add(l.line_start.to_s) w.add(" */\n")