Re: patch: teaching dump(8) to change tapes

From: Frode Nordahl <frode_at_nordahl.net>
Date: Wed, 4 Feb 2004 09:24:32 +0100
On Feb 4, 2004, at 03:26, Wang Lam wrote:

> I was just skimming the patch (and probably missed something since I'm 
> not
> familiar with dump's source code), and had a question:  Does the line
>
> +char   *script;        /* name of the script for changing tapes */
>
> need to say
>
> +char   *script=NULL;   /* name of the script for changing tapes */
>

hmm, you're right.  I originally defined it with initialization in 
main.c, but moved it to dump.h.

Moved it back to main now and defined is as extern in tape.c, new patch 
included.

Thank you for your feedback!

> Wang Lam

Mvh,
Frode



Received on Tue Feb 03 2004 - 23:24:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:41 UTC