summaryrefslogtreecommitdiff
path: root/misc/qmc/files/patch-main.cc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-16 10:24:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-16 10:24:28 +0000
commite308fd9ed3c22f889e5259f5854bb5a95f0abc52 (patch)
treeb78fc54fc470d31b60fb77d54e28d76aa136502c /misc/qmc/files/patch-main.cc
parentUpdate to version 1.3 (diff)
Update to version 0.94
PR: ports/76283 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=126565
Diffstat (limited to 'misc/qmc/files/patch-main.cc')
-rw-r--r--misc/qmc/files/patch-main.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/misc/qmc/files/patch-main.cc b/misc/qmc/files/patch-main.cc
deleted file mode 100644
index 274a08ee0df8..000000000000
--- a/misc/qmc/files/patch-main.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- main.cc.orig Mon Feb 24 00:41:46 2003
-+++ main.cc Mon Feb 24 00:43:25 2003
-@@ -166,7 +166,7 @@
- var= new BOOL[anz];
-
- //number of possibilities
-- help=pow(2,anz);
-+ help=pow((unsigned short)2,(unsigned short)anz);
-
- //create boolean array
- erg = new bool[help];
-@@ -242,7 +242,7 @@
-
-
- //number of possibilty
-- help=pow(2,anz);
-+ help=pow((unsigned short)2,(unsigned short)anz);
-
-
- //create boolean array