summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files/patch-blackjack_src_game.cpp
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-14 04:06:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-14 04:06:13 +0800
commit3ad3e677f7b3f417ff837c176d4b8c0daae94b0e (patch)
treeddd751780369f058e56072f9038148e98403acbf /games/gnome-games/files/patch-blackjack_src_game.cpp
parent4b66a8a64b21afb44fb7e879ea9aaef9b9827a5b (diff)
downloadmarcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.gz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.bz2
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.lz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.xz
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.tar.zst
marcuscom-ports-3ad3e677f7b3f417ff837c176d4b8c0daae94b0e.zip
Update to 2.3.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@977 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files/patch-blackjack_src_game.cpp')
-rw-r--r--games/gnome-games/files/patch-blackjack_src_game.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp
deleted file mode 100644
index 1231e5156..000000000
--- a/games/gnome-games/files/patch-blackjack_src_game.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- blackjack/src/game.cpp.orig Tue Jun 17 13:01:16 2003
-+++ blackjack/src/game.cpp Tue Jun 17 13:02:39 2003
-@@ -98,7 +98,7 @@
- }
-
- int
--bj_is_ruleset (const struct dirent* dent)
-+bj_is_ruleset (struct dirent* dent)
- {
- return (!strcmp (g_extension_pointer (dent->d_name), "rules"));
- }