src/extprogs.cpp

changeset 270
f5f2353af0d9
parent 266
12e7302f14e9
child 274
d232fe4d88a6
--- a/src/extprogs.cpp	Sat Jun 01 22:01:27 2013 +0300
+++ b/src/extprogs.cpp	Sat Jun 01 22:42:52 2013 +0300
@@ -121,7 +121,7 @@
 			for (LDObject* obj : objs)
 				delete obj;
 		} else {
-			str line = fmt ("%s\r\n", obj->getContents ().chars ());
+			str line = fmt ("%s\r\n", obj->raw ().chars ());
 			fwrite (line.chars(), 1, ~line, fp);
 		}
 	}

mercurial