Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/flintqs/patches/flintqs-gcc-4.3-fix.patch
8820 views
1
--- src/QS.cpp.orig 2008-04-14 14:16:38.000000000 -0700
2
+++ src/QS.cpp 2008-04-14 14:16:54.000000000 -0700
3
@@ -1563,7 +1563,7 @@
4
Function: Factors a user specified number using a quadratic sieve
5
6
===========================================================================*/
7
-int main(int argc, unsigned char *argv[])
8
+int main(int argc, char *argv[])
9
{
10
unsigned long multiplier;
11
12
13