/[pkg-mixmaster]/trunk/Mix/Src/mix.c
ViewVC logotype

Diff of /trunk/Mix/Src/mix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 197 by weaselp, Wed Aug 28 09:35:25 2002 UTC revision 198 by weaselp, Wed Aug 28 15:18:35 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Mixmaster initialization, configuration     Mixmaster initialization, configuration
9     $Id: mix.c,v 1.19 2002/08/28 09:35:25 weaselp Exp $ */     $Id: mix.c,v 1.20 2002/08/28 15:18:35 weaselp Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 738  static int mix_config(void) Line 738  static int mix_config(void)
738      REMAIL = 0;      REMAIL = 0;
739    }    }
740    
741    if (strncmp(ENTEREDPASSPHRASE, "", LINELEN) != 0) {    if (ENTEREDPASSPHRASE[0] != '\0') {
742      strncpy(PASSPHRASE, ENTEREDPASSPHRASE, LINELEN);      strncpy(PASSPHRASE, ENTEREDPASSPHRASE, LINELEN);
743      PASSPHRASE[LINELEN-1] = 0;      PASSPHRASE[LINELEN-1] = 0;
744    };    };

Legend:
Removed from v.197  
changed lines
  Added in v.198

  ViewVC Help
Powered by ViewVC 1.1.5