summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/game.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/game.c b/apps/plugins/sdl/progs/duke3d/Game/src/game.c
index 8b2c0e959f..69bfcd2900 100644
--- a/apps/plugins/sdl/progs/duke3d/Game/src/game.c
+++ b/apps/plugins/sdl/progs/duke3d/Game/src/game.c
@@ -8013,12 +8013,7 @@ void findGRPToUse(char * groupfilefullpath){
while ((dirEntry = readdir(dir)) != NULL)
{
-
-#ifdef __linux__
- if (dukeGRP_Match(dirEntry->d_name, _D_EXACT_NAMLEN(dirEntry)))
-#else
if (dukeGRP_Match(dirEntry->d_name,strlen(dirEntry->d_name)))
-#endif
{
sprintf(groupfilefullpath,"%s%s",directoryToScan,dirEntry->d_name);
return;