shithub: choc

Download patch

ref: 2b20ce64a869e112be68217f1d44ca2c870d0d0e
parent: 82fa5ea8bd54fd9d85265d0a3d2c72b3e46c9b74
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Dec 3 08:18:28 EST 2018

glob: fix function prototype for I_StartGlob() in the non-native case

--- a/src/i_glob.c
+++ b/src/i_glob.c
@@ -348,7 +348,7 @@
 
 #warning No native implementation of file globbing.
 
-glob_t *I_StartGlob(const char *directory, const char *glob)
+glob_t *I_StartGlob(const char *directory, const char *glob, int flags)
 {
     return NULL;
 }