openbsd-ports/games/lincity/patches/patch-main_cxx
naddy 58b752e2ae Import of LinCity 1.11; submitted by Wilbern Cobb <cobb@vedge.com.ar>.
LinCity is a city/country simulation game.  You are required to build
and maintain a city.  You must feed, house, provide jobs and goods for
your residents.  Etc.
2001-07-29 00:07:34 +00:00

12 lines
317 B
Plaintext

$OpenBSD: patch-main_cxx,v 1.1.1.1 2001/07/29 00:07:36 naddy Exp $
--- main.cxx.orig Fri Feb 26 02:17:54 1999
+++ main.cxx Sun Jul 29 01:56:46 2001
@@ -779,7 +779,6 @@ directory_exists (char *dir)
DIR *dp;
if ((dp = opendir (dir)) == NULL)
{
- closedir (dp);
return 0;
}
closedir (dp);