From f685b413d219d367fb1da39119e50056c5c42ce7 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 10 Mar 2008 11:06:37 +0000 Subject: fixed compile errors --- scripts/netobj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/netobj.py') diff --git a/scripts/netobj.py b/scripts/netobj.py index 03228e34..1a2de727 100644 --- a/scripts/netobj.py +++ b/scripts/netobj.py @@ -195,7 +195,7 @@ def emit_header_file(f, p): def emit_source_file(f, p, protofilename): - print >>f, "#line 1 \"%s\"" % os.path.abspath(protofilename) + print >>f, "#line 1 \"%s\"" % os.path.abspath(protofilename).replace("\\", "\\\\") for l in p.source_raw: print >>f, l -- cgit 1.4.1