mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
13 lines
215 B
Diff
13 lines
215 B
Diff
--- a/src/glob.c
|
|
+++ b/src/glob.c
|
|
@@ -48,7 +48,7 @@
|
|
|
|
switch (*pat)
|
|
{
|
|
- case NULL: // pattern at end
|
|
+ case '\0': // pattern at end
|
|
return (!*str); // String at end ?
|
|
|
|
case '*': // match all
|
|
|