Re: FVWM: fvwm2.0: please don't use basename()

From: Frederic Devernay <Frederic.Devernay_at_sophia.inria.fr>
Date: Tue, 21 Nov 1995 09:36:28 +0100

tfries_at_umr.edu writes:
> I'm not sure what it is supposed to do; is there a substitute?

it removes the leading directory names from a filename, keeping just
the file name itself.

a substitute could easily be written, but the simplest is to simply
remove it from fvwm.c, the function usage() becoming:

void usage(void)
{
  fprintf(stderr,"\nFvwm Version %s Usage:\n\n",VERSION);
  fprintf(stderr," %s [-d dpy] [-debug] [-f config_cmd] [-s] [-blackout] [-version] [-h]\n",g_argv[0]);
}

Fred
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Nov 21 1995 - 02:37:00 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:57 BST