Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
309 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/configure b/configure
index 59414ee..c53064d 100755
--- a/configure
+++ b/configure
@@ -4881,7 +4881,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
int main(int argc, char *argv[])
{
- alutInit(argc, argv);
+ alutInit(&argc, argv);
return 0;
}
#undef main