From: Brett Carrington Date: Thu, 1 Jan 2004 19:57:58 +0000 (+0000) Subject: Added `tags' to makefile exclusions. Also, everything is indented now X-Git-Tag: v1.6.1-roc-dev~668 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=bbfc3bc5078d9bff601a3101dfdafc34d5827cba;p=dgamelaunch Added `tags' to makefile exclusions. Also, everything is indented now per `make dist'. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@30 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Makefile b/Makefile index 8f5203e..dd7c568 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 1.3.10.1 NAME = dgamelaunch -exclusions = CVS .cvsignore +exclusions = CVS .cvsignore tags ifndef optimize optimize = -O0 diff --git a/dgamelaunch.c b/dgamelaunch.c index 939ff93..5710aa7 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -338,9 +338,9 @@ inprogressmenu () exit (145); else *replacestr = '\0'; - + replacestr = strchr (ttyrecname, ':'); - + if (!replacestr) exit (145);