--- parser3/src/targets/cgi/parser3.C 2001/05/21 08:05:15 1.88 +++ parser3/src/targets/cgi/parser3.C 2001/06/28 07:44:17 1.93 @@ -4,9 +4,8 @@ Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: parser3.C,v 1.88 2001/05/21 08:05:15 parser Exp $ */ +static const char *RCSId="$Id: parser3.C,v 1.93 2001/06/28 07:44:17 parser Exp $"; #include "pa_config_includes.h" @@ -275,7 +274,7 @@ int main(int argc, char *argv[]) { strncpy(site_auto_path, argv0, MAX_STRING); // filespec of my binary if(!( rsplit(site_auto_path, '/') || - rsplit(site_auto_path, '\\')) { // strip filename + rsplit(site_auto_path, '\\'))) { // strip filename // no path, just filename site_auto_path[0]='.'; site_auto_path[1]=0; }