]> git.pld-linux.org Git - packages/xpat2.git/commitdiff
- patch stollen from MDK
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 3 Sep 2002 10:45:38 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xpat2-fixes.patch -> 1.1

xpat2-fixes.patch [new file with mode: 0644]

diff --git a/xpat2-fixes.patch b/xpat2-fixes.patch
new file mode 100644 (file)
index 0000000..af7c356
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ru xpat2-1.07.orig/src/XQtCards.cpp xpat2-1.07/src/XQtCards.cpp
+--- xpat2-1.07.orig/src/XQtCards.cpp   2002-07-27 17:10:43.000000000 -0700
++++ xpat2-1.07/src/XQtCards.cpp        2002-07-27 17:57:45.000000000 -0700
+@@ -257,7 +257,7 @@
+     return cb;
+ }
+-void XQtCards::set_cardback(int num = 0) {
++void XQtCards::set_cardback(int num) {
+     delete pm_cardback;
+     if (num > numcardbacks || num < 1)
+       num = -1;
+diff -ru xpat2-1.07.orig/src/XQtCrdPile.cpp xpat2-1.07/src/XQtCrdPile.cpp
+--- xpat2-1.07.orig/src/XQtCrdPile.cpp 2002-07-27 17:10:43.000000000 -0700
++++ xpat2-1.07/src/XQtCrdPile.cpp      2002-07-27 17:57:45.000000000 -0700
+@@ -115,7 +115,7 @@
+     setGeometry(p->x, p->y, p->w, p->h);      // take values from geo.pg[]
+ }
+-XQtCardPile::XQtCardPile(int pilenr, XQtTableau *parent, const char *name=0)
++XQtCardPile::XQtCardPile(int pilenr, XQtTableau *parent, const char *name)
+   : QWidget(parent, name) {
+     pileno = pilenr;
+     tabl = parent;
This page took 0.07196 seconds and 4 git commands to generate.