From e308fd9ed3c22f889e5259f5854bb5a95f0abc52 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 16 Jan 2005 10:24:28 +0000 Subject: Update to version 0.94 PR: ports/76283 Submitted by: Ports Fury --- misc/qmc/files/patch-main.cc | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 misc/qmc/files/patch-main.cc (limited to 'misc/qmc/files/patch-main.cc') 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 -- cgit v1.2.3