summaryrefslogtreecommitdiff
path: root/emulators/bsnes/files/patch-serialization.cpp
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-05-11 22:01:55 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-05-11 22:01:55 +0000
commitc99a3bf4178adb28de42ec73ece0d5fb33ef497d (patch)
treebfc52ae071a75a4d84bda2907504851fa15b1dd2 /emulators/bsnes/files/patch-serialization.cpp
parentAdd a patch to accomodate "const-poisoning" added into svn-1.7. (diff)
- Update to version 0.88
- Unbreak port - Pass maintainership to submitter PR: ports/167655 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Notes
Notes: svn path=/head/; revision=296464
Diffstat (limited to 'emulators/bsnes/files/patch-serialization.cpp')
-rw-r--r--emulators/bsnes/files/patch-serialization.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/bsnes/files/patch-serialization.cpp b/emulators/bsnes/files/patch-serialization.cpp
deleted file mode 100644
index e58520a06421..000000000000
--- a/emulators/bsnes/files/patch-serialization.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- bsnes/snes/system/serialization.cpp.orig 2010-09-02 13:16:20.000000000 +0200
-+++ bsnes/snes/system/serialization.cpp 2010-09-02 13:23:12.000000000 +0200
-@@ -7,7 +7,7 @@
- char profile[16], description[512];
- memset(&profile, 0, sizeof profile);
- memset(&description, 0, sizeof description);
-- strlcpy(profile, Info::Profile, sizeof profile);
-+ nall::strlcpy(profile, Info::Profile, sizeof profile);
-
- s.integer(signature);
- s.integer(version);