aboutsummaryrefslogtreecommitdiff
path: root/emulators/stella/files/patch-src::common::Snapshot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella/files/patch-src::common::Snapshot.cxx')
-rw-r--r--emulators/stella/files/patch-src::common::Snapshot.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/stella/files/patch-src::common::Snapshot.cxx b/emulators/stella/files/patch-src::common::Snapshot.cxx
deleted file mode 100644
index 1fba5e21b94f..000000000000
--- a/emulators/stella/files/patch-src::common::Snapshot.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/common/Snapshot.cxx.orig Wed Jun 23 09:15:32 2004
-+++ src/common/Snapshot.cxx Thu Sep 30 21:01:54 2004
-@@ -73,7 +73,11 @@
- uInt32 width = myFrameBuffer.imageWidth();
- uInt32 height = myFrameBuffer.imageHeight();
-
-+#if defined(__GNUC__) && __GNUC__ < 3
-+ ofstream* out = new ofstream(filename.c_str(), ios::binary);
-+#else
- ofstream* out = new ofstream(filename.c_str(), ios_base::binary);
-+#endif
- if(!out)
- return "Couldn't create snapshot file";
-