summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 807349d)
raw | patch | inline | side by side (parent: 807349d)
author | mental <mental@users.sourceforge.net> | |
Sun, 21 May 2006 04:05:33 +0000 (04:05 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 21 May 2006 04:05:33 +0000 (04:05 +0000) |
ChangeLog | patch | blob | history | |
src/extension/internal/ps.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 8606a9ec200b476927f22c8bd781063f67d45414..197a7c855993534e3e56f80edee29e66af93f8ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-05-20 MenTaLguY <mental@rydia.net>
+
+ * src/extensin/internal/ps.cpp:
+
+ add %%EOF trailer for DSC-compliance
+
2006-05-20 Colin Marquardt <colin@marquardt-home.de>
* share/extensions/lindenmayer.inx,
index efc689a77a14acd724ae7579965e1dfdcd344608..d474f85334e05b44cc53521595a95ad61a3919be 100644 (file)
}
}
+ os << "%%EOF\n";
+
/* FIXME: This function is declared to return unsigned, whereas fprintf returns a signed int *
* that can be zero if the first fprintf failed (os is empty) or "negative" (i.e. very positive
* in unsigned int interpretation) if the first fprintf failed but this one succeeds, or