Subject: Re: Compressed vnd handling tested successfully
To: Hubert Feyrer <hubert@feyrer.de>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 06/13/2005 11:00:23
Hubert Feyrer <hubert@feyrer.de> writes:

> On Mon, 13 Jun 2005, Florian Stoehr wrote:
> > Well, do we need to split this into two programs? Hm, don't think so
> > (in my opinion).
> >
> > Perhaps "clcompress" is suitable?
> 
> Sure not two programs, at best we can make it regard argv[0].

Reading argv[0] is evil. Don't do that.

        - Nathan