summaryrefslogtreecommitdiff
path: root/math/genius/patches/patch-aa
blob: ee25498896eccb3fa71f9d4252cad6042ed000e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2007/03/07 16:48:40 joerg Exp $

--- src/calc.c.orig	2007-01-20 05:25:43.000000000 +0000
+++ src/calc.c
@@ -2702,7 +2702,7 @@ get_wordlist (const char *lst)
 #else
 	glob_t gl;
 	int i;
-	if G_UNLIKELY (glob (lst, 0, NULL, &gl) != 0) {
+	if G_UNLIKELY (glob (lst, GLOB_NOCHECK, NULL, &gl) != 0) {
 		gel_errorout (_("Can't expand '%s'"), lst);
 		return NULL;
 	}